When I send a request to HTTP server I can specify header
Accept-Encoding: br, gzip, deflate
, and then server can compress the response body.
Is there a way to compress sent request the same way using curl or any other http client?
When I send a request to HTTP server I can specify header
Accept-Encoding: br, gzip, deflate
, and then server can compress the response body.
Is there a way to compress sent request the same way using curl or any other http client?