Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support HTTP compression #92

Closed
fklebert opened this issue Jan 24, 2023 · 1 comment
Closed

Support HTTP compression #92

fklebert opened this issue Jan 24, 2023 · 1 comment
Labels
C++ 🐺 This issue affects the zswag C++ client. Python 🐍 This issue affects the zswag Python client. Server 🧮 This issue affects the zswag server.

Comments

@fklebert
Copy link
Contributor

Support decompression on the client in case the server (and OpenAPI spec) offers a supported Content-Encoding
See https://www.iana.org/assignments/http-parameters/http-parameters.xhtml#content-coding for a list of compressions. I would suggest to start with supporting deflate and zstd

@josephbirkner josephbirkner added C++ 🐺 This issue affects the zswag C++ client. Python 🐍 This issue affects the zswag Python client. Server 🧮 This issue affects the zswag server. labels Jul 31, 2023
@josephbirkner
Copy link
Collaborator

We now support gzip decompression, I think that is enough for a start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ 🐺 This issue affects the zswag C++ client. Python 🐍 This issue affects the zswag Python client. Server 🧮 This issue affects the zswag server.
Projects
None yet
Development

No branches or pull requests

2 participants