-
Notifications
You must be signed in to change notification settings - Fork 129
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
make acceptsGzip public #65
Comments
I think this has popped up a few times so I'm into adding the option to alter the default. Instead of making that func public, perhaps we can add a Would that fit your use case? |
That is a slick api addition and I could see it being useful to others, but I don't have an issue with the way the library is determining compression. I just want to access the logic independently. Feel free to change the title of this issue/repurpose/close for |
@meirf I have an implementation based on gddo available at tmthrgd/httputils if that's useful to you. |
It would make my use of this library much easier if my code can see whether the library will consider a request for possible compression.
Would making
acceptsGzip
->AcceptsGzip
as a pull request be welcome?The text was updated successfully, but these errors were encountered: