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

Add rest request gzip decompress #950

Merged
merged 2 commits into from
Jan 16, 2023
Merged

Add rest request gzip decompress #950

merged 2 commits into from
Jan 16, 2023

Conversation

gawsoftpl
Copy link
Contributor

Second pull request fix for #931

I add gzip decompress for requests if has header Content-Encoding

  • Add gzip decompress for Request to custom Request class
  • Add unit test for gzip request

- Add unit test for gzip request
Copy link
Contributor

@adriangonz adriangonz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thanks for making the changes @gawsoftpl 👍

Once the tests are green, this should be ready to go in 🚀

PS: Just as a heads up, for future contributions, you can push extra changes to the same existing PR. No need to open a new one.

@adriangonz
Copy link
Contributor

All looks good now 👍

Thanks a lot for the changes @gawsoftpl!

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