Skip to content

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/

@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.

2 participants