Update request.d.ts

fix according to review comment
This commit is contained in:
davidyaozw
2016-03-11 11:56:12 +08:00
parent 0a82566305
commit 9bbebb466d
+1 -1
View File
@@ -86,7 +86,7 @@ declare module 'request' {
qs?: any;
json?: any;
multipart?: RequestPart[] | Multipart;
agent?: http.Agent;
agent?: http.Agent | https.Agent;
agentOptions?: any;
agentClass?: any;
forever?: any;