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
If the request headers include a compressed encoding in Accept-Encoding (like gzip or deflate) then it would be awesome if the Copy Curl Command menu item produced a curl command that included the "--compressed" command-line option. This lets curl decompress responses that use supported compression algorithms.
From "man curl":
--compressed
(HTTP) Request a compressed response using one of the algorithms curl supports, and save
the uncompressed document. If this option is used and the server sends an unsupported
encoding, curl will report an error.
The text was updated successfully, but these errors were encountered:
If the request headers include a compressed encoding in Accept-Encoding (like gzip or deflate) then it would be awesome if the Copy Curl Command menu item produced a curl command that included the "--compressed" command-line option. This lets curl decompress responses that use supported compression algorithms.
From "man curl":
--compressed
(HTTP) Request a compressed response using one of the algorithms curl supports, and save
the uncompressed document. If this option is used and the server sends an unsupported
encoding, curl will report an error.
The text was updated successfully, but these errors were encountered: