Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-chi/chi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.3
Choose a base ref
...
head repository: go-chi/chi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.4
Choose a head ref
  • 15 commits
  • 8 files changed
  • 9 contributors

Commits on Sep 11, 2018

  1. Add support for Brotli compression (#326)

    * Add support for Brotli compression
    * Allow compression algorithms to be added at runtime
    polyfloyd authored and pkieltyka committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    235fa5d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2018

  1. s/Goji/chi

    pearcedavis committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    16fa821 View commit details
    Browse the repository at this point in the history
  2. fix golint installation

    pearcedavis committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    a8101e5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #351 from pdedmon/fix-docs

    Fix leftover Goji reference
    VojtechVitek authored Oct 14, 2018
    Configuration menu
    Copy the full SHA
    791e58b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Exported HTTP method names to avoid manual entry (#353)

    * Using package http's already defined Method constants instead of redefining them
    rodney-b authored and VojtechVitek committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    daa22f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Configuration menu
    Copy the full SHA
    be3aea5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ebf779 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Configuration menu
    Copy the full SHA
    263880d View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Configuration menu
    Copy the full SHA
    def7567 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. fix travis

    pkieltyka committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    0ae339d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efb8f44 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Update timeout example (#377)

    iriri authored and VojtechVitek committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    6172f3d View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Add no-transform to NoCache middleware

    From https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control#Other:
    
    No transformations or conversions should be made to the resource. The Content-Encoding, Content-Range, Content-Type headers must not be modified by a proxy. A non- transparent proxy might, for example, convert between image formats in order to save cache space or to reduce the amount of traffic on a slow link. The no-transform directive disallows this.
    someone1 authored and pkieltyka committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    fad5e30 View commit details
    Browse the repository at this point in the history
  2. Do not remove content-length when not compressing

    The compress middleware removes `content-length` header before writing headers as the resulting length is not known at the time anymore. However it also does this if there is no suitable encoder found for the content type we have, forcing chunked encoding on every response.
    eknkc authored and pkieltyka committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    2a9a6cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08d9051 View commit details
    Browse the repository at this point in the history
Loading