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 support for brotli decoding #5783

Merged
merged 4 commits into from Jul 7, 2021

Commits on May 21, 2021

  1. Add support for Brotli decoding

    When the brotli or brotlicffi packages are installed,
    urllib3.util.make_headers() inserts ',br' in the Accept-Encoding header
    and decodes br from the answers.
    dilyanpalauzov committed May 21, 2021
    Copy the full SHA
    f23c2e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Copy the full SHA
    dcba519 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0f8ed1e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0750654 View commit details
    Browse the repository at this point in the history