Describe the enhancement requested
Create simple Python-based HTTP client and server examples like the ones in arrow-experiments/http/get_simple or arrow-experiments/http/get_range but using HTTP compression.
For example, the client sends a request with header Accept-Encoding: gzip, deflate, br, zstd and the server sends a response with header Content-Encoding: gzip and with the response body gzip-compressed which the HTTP client library automatically decompresses.
Component(s)
Python