-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Implement gzip content encoding #49
Comments
This should be fairly easy to implement for the Promise-based API alone, but the streaming API would need a streaming zlib decoder, see also clue/reactphp-zlib#9. |
Note that this affected both |
Any progress with this? Just hit a roadblock while working on a project. |
You can manually specify the required HTTP request headers and decompress the response body if the HTTP response indicates compression. In the future, this should (will) be done automatically. As much as I'd like to commit to specific date, I can only say that we will get to this feature as soon as time permits. (If you need this for a commercial project and/or you want to sponsor this feature, feel free to reach out and send me an email) |
I have to close this one as per #177 now that future development will focus on https://github.com/reactphp/http instead. I've migrated this ticket to reactphp/http#377. |
Also refs reactphp/http-client#37
The text was updated successfully, but these errors were encountered: