mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00: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,
|
||||
|
||||
Vendored
+1
@@ -86,6 +86,7 @@ declare module 'request' {
|
||||
qs?: any;
|
||||
json?: any;
|
||||
multipart?: RequestPart[] | Multipart;
|
||||
agent?: http.Agent;
|
||||
agentOptions?: any;
|
||||
agentClass?: any;
|
||||
forever?: any;
|
||||
|
||||
Reference in New Issue
Block a user