diff --git a/lib/Requestable.js b/lib/Requestable.js index 44702b94..7a670a49 100644 --- a/lib/Requestable.js +++ b/lib/Requestable.js @@ -176,7 +176,7 @@ class Requestable { headers: headers, params: queryParams, data: data, - responseType: raw ? 'text' : 'json', + responseType: (raw==='stream') ? 'stream' : (raw ? 'text' : 'json'), }; log(`${config.method} to ${config.url}`);
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: