mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-09 00:02:50 -04:00
After looking at net-http code, decided to adopt the following behaviour: * do not send accept-encoding when sending Range header * remove content-encoding from response headers as we decode them in order for user code to track what was decoded, added HTTPX::Response::Body#encodings, which returns the array of encodings for which the body was successfully decoded