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 gzip HTTP handler/client wrapper #383

Merged
merged 14 commits into from
Jun 2, 2021
Merged

Add gzip HTTP handler/client wrapper #383

merged 14 commits into from
Jun 2, 2021

Commits on May 31, 2021

  1. Add gzip HTTP wrapper

    Fork and clean up+extend the dead `nytimes/gziphandler` project.
    
    Includes nytimes/gziphandler#106 as well as support for stateless encoding.
    
    Removes testify from deps.
    klauspost committed May 31, 2021
    Configuration menu
    Copy the full SHA
    0bf0ff7 View commit details
    Browse the repository at this point in the history
  2. Add nytimes/gziphandler#96

    klauspost committed May 31, 2021
    Configuration menu
    Copy the full SHA
    4c42a46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d3b288 View commit details
    Browse the repository at this point in the history
  4. Fix nytimes/gziphandler#103

    klauspost committed May 31, 2021
    Configuration menu
    Copy the full SHA
    a40438b View commit details
    Browse the repository at this point in the history
  5. Clean up, add more docs.

    klauspost committed May 31, 2021
    Configuration menu
    Copy the full SHA
    c09cc20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06ce319 View commit details
    Browse the repository at this point in the history
  7. Update docs.

    klauspost committed May 31, 2021
    Configuration menu
    Copy the full SHA
    f51d6b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Rename package

    klauspost committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    99c164c View commit details
    Browse the repository at this point in the history
  2. Docs...

    klauspost committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    0c26ad7 View commit details
    Browse the repository at this point in the history
  3. Add Transport wrapper

    klauspost committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    8125fd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab5d694 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Strip Accept-Ranges on compressed content

    Fixes nytimes/gziphandler#83
    
    Adds `KeepAcceptRanges()` if for whatever reason you would want to keep them.
    klauspost committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    7c3644a View commit details
    Browse the repository at this point in the history
  2. Update README.md

    klauspost committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    4f8b014 View commit details
    Browse the repository at this point in the history
  3. Update docs.

    klauspost committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    fd6bf8e View commit details
    Browse the repository at this point in the history