[request] Add some missing properties

This commit is contained in:
Silas Rech
2017-06-30 18:01:44 +02:00
parent 862cccebb3
commit d3864ce144
+4
View File
@@ -134,12 +134,16 @@ declare namespace request {
body?: any;
followRedirect?: boolean | ((response: http.IncomingMessage) => boolean);
followAllRedirects?: boolean;
followOriginalHttpMethod?: boolean;
maxRedirects?: number;
removeRefererHeader?: boolean;
encoding?: string | null;
pool?: any;
timeout?: number;
localAddress?: string;
proxy?: any;
strictSSL?: boolean;
time?: boolean;
gzip?: boolean;
preambleCRLF?: boolean;
postambleCRLF?: boolean;