-
Notifications
You must be signed in to change notification settings - Fork 801
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for gzip content-encoding (#776)
* Add support for gzip Content-Encoding Signed-off-by: ivan-valkov <iv.v.valkov@gmail.com> * remove the case insensitive check for accept header Signed-off-by: ivan-valkov <iv.v.valkov@gmail.com> * Add option to disable compression Signed-off-by: ivan-valkov <iv.v.valkov@gmail.com> * sMake disable_compression an argument instead of env var Signed-off-by: ivan-valkov <iv.v.valkov@gmail.com> * Update readme Signed-off-by: ivan-valkov <iv.v.valkov@gmail.com> * Fix linters Signed-off-by: ivan-valkov <iv.v.valkov@gmail.com>
- Loading branch information
1 parent
c044b88
commit 3c91b3f
Showing
5 changed files
with
215 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.