mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
request: Add gzip to Options
This commit is contained in:
Vendored
+1
@@ -85,6 +85,7 @@ declare module 'request' {
|
||||
timeout?: number;
|
||||
proxy?: any;
|
||||
strictSSL?: boolean;
|
||||
gzip?: boolean;
|
||||
}
|
||||
|
||||
export interface RequestPart {
|
||||
|
||||
Reference in New Issue
Block a user