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

basic handling of gzip content-encoding on requests as per https://gi… #79

Merged

Conversation

matt-mercer
Copy link
Contributor

@matt-mercer matt-mercer commented Mar 19, 2025

as per #31
really basic handling for gzip content-encoding on requests ...

new test added: message Make JSON request with gzip Content-Encoding, and test that json is in the output.

manual testing

echo -n '{"a":"b"}' | gzip | curl -s -X POST -H "Content-Encoding: gzip" -H "Content-Type: application/json" --data-binary @- http://localhost:8080/

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…- new test added to tests.sh
@mendhak
Copy link
Owner

mendhak commented Mar 20, 2025

Wow! OK let me give this a try this weekend thanks

@mendhak mendhak merged commit c4520e1 into mendhak:master Mar 22, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants