mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
during the typing sessions, it was clear that there was some confusion around the decoder/encoder concept as well as API convolution, i.e. zlib implementation details leaked to the main compression module. Therefore, interfaces for Deflater/Inflater were build from the ground up, and the modules were rewritten accordingly.