ianmcook opened a new issue, #40601: URL: https://github.com/apache/arrow/issues/40601
### Describe the enhancement requested Create simple Python-based HTTP client and server examples like the ones in [`arrow-experiments/http/get_simple` ](https://github.com/apache/arrow-experiments/tree/main/http/get_simple) or [`arrow-experiments/http/get_range` ](https://github.com/apache/arrow-experiments/tree/main/http/get_range) but using HTTP compression. For example, the client sends a request with header `Accept-Encoding: gzip, deflate` 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
