- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: go-chi/chi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 8 files changed
- 9 contributors
Commits on Sep 11, 2018
-
Add support for Brotli compression (#326)
* Add support for Brotli compression * Allow compression algorithms to be added at runtime
Configuration menu - View commit details
-
Copy full SHA for 235fa5d - Browse repository at this point
Copy the full SHA 235fa5dView commit details
Commits on Oct 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 16fa821 - Browse repository at this point
Copy the full SHA 16fa821View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8101e5 - Browse repository at this point
Copy the full SHA a8101e5View commit details -
Merge pull request #351 from pdedmon/fix-docs
Fix leftover Goji reference
Configuration menu - View commit details
-
Copy full SHA for 791e58b - Browse repository at this point
Copy the full SHA 791e58bView commit details
Commits on Oct 23, 2018
-
Exported HTTP method names to avoid manual entry (#353)
* Using package http's already defined Method constants instead of redefining them
Configuration menu - View commit details
-
Copy full SHA for daa22f6 - Browse repository at this point
Copy the full SHA daa22f6View commit details
Commits on Oct 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for be3aea5 - Browse repository at this point
Copy the full SHA be3aea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ebf779 - Browse repository at this point
Copy the full SHA 0ebf779View commit details
Commits on Nov 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 263880d - Browse repository at this point
Copy the full SHA 263880dView commit details
Commits on Dec 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for def7567 - Browse repository at this point
Copy the full SHA def7567View commit details
Commits on Dec 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0ae339d - Browse repository at this point
Copy the full SHA 0ae339dView commit details -
Configuration menu - View commit details
-
Copy full SHA for efb8f44 - Browse repository at this point
Copy the full SHA efb8f44View commit details
Commits on Jan 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6172f3d - Browse repository at this point
Copy the full SHA 6172f3dView commit details
Commits on Jan 8, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for fad5e30 - Browse repository at this point
Copy the full SHA fad5e30View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 2a9a6cc - Browse repository at this point
Copy the full SHA 2a9a6ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08d9051 - Browse repository at this point
Copy the full SHA 08d9051View commit details
There are no files selected for viewing