mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
[request] Add some missing properties
This commit is contained in:
Vendored
+4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user