Skip to content

Gzip Compression #1556

Answered by jimmywarting
bkervaski asked this question in Q&A
Discussion options

You must be logged in to vote

when we say it supports compression then it means that we will send out a default request header Accept-Encoding: gzip, deflate, br and the server that accepts the request then have the possibility to respond back with a compressed response. We will then decompress the response and give you the uncompressed response back.

it dose not mean that we will compress the request body that are being sent to a server

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by bkervaski
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants