You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ request the resource pointed to in the location header via `GET`. This is in acc
195
195
Type: `boolean`<br>
196
196
Default: `true`
197
197
198
-
Decompress the response automatically.
198
+
Decompress the response automatically. This will set the `accept-encoding` header to `gzip, deflate` unless you set it yourself.
199
199
200
200
If this is disabled, a compressed response is returned as a `Buffer`. This may be useful if you want to handle decompression yourself or stream the raw compressed data.
0 commit comments