Merge pull request #12072 from iH8c0ff33/patch-2

Update request.d.ts
This commit is contained in:
Zhengbo Li
2016-10-19 22:11:23 -07:00
committed by GitHub
+1 -1
View File
@@ -97,7 +97,7 @@ declare namespace request {
followRedirect?: boolean | ((response: http.IncomingMessage) => boolean);
followAllRedirects?: boolean;
maxRedirects?: number;
encoding?: string;
encoding?: string | null;
pool?: any;
timeout?: number;
proxy?: any;