Merge pull request #5849 from Shiak1/patch-1

Added formData to Options interface
This commit is contained in:
Masahiro Wakame
2015-09-27 10:43:03 +09:00

View File

@@ -62,6 +62,7 @@ declare module 'request' {
uri?: string;
callback?: (error: any, response: http.IncomingMessage, body: any) => void;
jar?: any; // CookieJar
formData?: any; // Object
form?: any; // Object or string
auth?: AuthOptions;
oauth?: OAuthOptions;