Update request.d.ts (#12731)

adding some missing valid options to type definitions relating to query string handling
This commit is contained in:
jdwilkin
2016-11-16 12:24:12 -08:00
committed by Mohamed Hegazy
parent ac5718bbbc
commit 8797f32146
+2
View File
@@ -85,6 +85,8 @@ declare module 'request' {
aws?: AWSOptions;
hawk?: HawkOptions;
qs?: any;
qsStringifyOptions?: any;
qsParseOptions?: any;
json?: any;
multipart?: RequestPart[] | Multipart;
agent?: http.Agent | https.Agent;