| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
…ptions Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Problem
In the current design of how the properties are passed, the options for deflate and gzip are the same. This means that if you want to have different configurations for these two encodings, you won’t be able to. Additionally, you can’t disable these encodings, which in cases like #25, might require disabling a specific encoding.
Solution
The solution is to handle the configurations separately, where each encoding has its own configuration, and also to provide the ability to disable an encoding by passing false.
Suggestions about this new API are welcome.
Closes #220
Closes #25
Closes #27