mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-21 12:30:15 +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