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
When sending HTTP requests there's currently no easy way to compress the contents of the body. I propose we add compression support via a request option as follows:
This adds `compression` param to all http methods with only current
possible value `gzip` that will compress the body set the correct
`Content-Encoding` and `Content-Length` and will send the request with
the compressed body.
When sending HTTP requests there's currently no easy way to compress the contents of the body. I propose we add compression support via a request option as follows:
This would:
Content-encoding
andContent-length
is setThe text was updated successfully, but these errors were encountered: