mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 17:35:49 +08:00
add agent parameter
This commit is contained in:
@@ -92,6 +92,7 @@ var options: request.Options = {
|
||||
qs: obj,
|
||||
json: value,
|
||||
multipart: value,
|
||||
agent: new http.Agent(),
|
||||
agentOptions: value,
|
||||
agentClass: value,
|
||||
forever: value,
|
||||
|
||||
Reference in New Issue
Block a user