add agent parameter

This commit is contained in:
eyaozhi
2016-03-10 18:27:24 +08:00
parent 02b4b5c8e0
commit 0a82566305
2 changed files with 2 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ var options: request.Options = {
qs: obj,
json: value,
multipart: value,
agent: new http.Agent(),
agentOptions: value,
agentClass: value,
forever: value,