- 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: v4.0.2
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: v4.0.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
19
contributors
Commits on Feb 27, 2019
-
Re-wrote the middleware compress library.
This re-write introduces the concept of a Compressor which stores all the settings for how compression/encoding should happen. The old API was changed to use the new Compressor struct which should prevent this change from breaking current consumers. Additionally, this uses a sync.Pool for encoders that have a Reset(io.Writer) method to reduce memory overhead.
Configuration menu - View commit details
-
Copy full SHA for 52e06e6 - Browse repository at this point
Copy the full SHA 52e06e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eb231e - Browse repository at this point
Copy the full SHA 7eb231eView commit details
Commits on Mar 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a86787d - Browse repository at this point
Copy the full SHA a86787dView commit details
Commits on Mar 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d089166 - Browse repository at this point
Copy the full SHA d089166View commit details
Commits on Apr 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for af3b6a3 - Browse repository at this point
Copy the full SHA af3b6a3View commit details
Commits on Apr 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 988e36e - Browse repository at this point
Copy the full SHA 988e36eView commit details
Commits on May 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 08c92af - Browse repository at this point
Copy the full SHA 08c92afView commit details
Commits on Jul 30, 2019
-
provided ability to set request id header
Richard Hayes committedJul 30, 2019 Configuration menu - View commit details
-
Copy full SHA for b50b484 - Browse repository at this point
Copy the full SHA b50b484View commit details
Commits on Aug 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 120ad4a - Browse repository at this point
Copy the full SHA 120ad4aView commit details -
len(encodings) will always be >= 0, which is probably just a typo. Set the header only when there really is an encoding setting present.
Configuration menu - View commit details
-
Copy full SHA for 5f33708 - Browse repository at this point
Copy the full SHA 5f33708View commit details -
- We can access the pointer members directly - Easier to read concatenation
Configuration menu - View commit details
-
Copy full SHA for b83ac99 - Browse repository at this point
Copy the full SHA b83ac99View commit details -
Make sure s2 is empty as expected.
Configuration menu - View commit details
-
Copy full SHA for 832c750 - Browse repository at this point
Copy the full SHA 832c750View commit details -
- Removed unnecessary conversions - 0 is the default capacity, no need to specify it
Configuration menu - View commit details
-
Copy full SHA for ece538c - Browse repository at this point
Copy the full SHA ece538cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd842df - Browse repository at this point
Copy the full SHA bd842dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4309749 - Browse repository at this point
Copy the full SHA 4309749View commit details
Commits on Aug 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5520733 - Browse repository at this point
Copy the full SHA 5520733View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1b5398 - Browse repository at this point
Copy the full SHA d1b5398View commit details
Commits on Sep 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 21abfca - Browse repository at this point
Copy the full SHA 21abfcaView commit details
Commits on Sep 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 063783d - Browse repository at this point
Copy the full SHA 063783dView commit details
Commits on Oct 1, 2019
-
Add CodeFund Sponsorship to README
[CodeFund](https://codefund.io) provides ethical sponsorships to open source maintainers. This PR will place the "Sponsored by" image at the top of the README. The sponsoring companies are not paying per click nor impression. They are paying the maintainer(s) on a per-month basis to be the primary sponsor of this project.
Configuration menu - View commit details
-
Copy full SHA for 2171e2a - Browse repository at this point
Copy the full SHA 2171e2aView commit details
Commits on Oct 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for feade56 - Browse repository at this point
Copy the full SHA feade56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 906b567 - Browse repository at this point
Copy the full SHA 906b567View commit details
Commits on Oct 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 221acf2 - Browse repository at this point
Copy the full SHA 221acf2View commit details
Commits on Nov 30, 2019
-
TYPO: cancelations => cancellations
Configuration menu - View commit details
-
Copy full SHA for df7d757 - Browse repository at this point
Copy the full SHA df7d757View commit details
Commits on Dec 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 73c7bc0 - Browse repository at this point
Copy the full SHA 73c7bc0View commit details
Commits on Dec 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7fb3452 - Browse repository at this point
Copy the full SHA 7fb3452View commit details
Commits on Jan 9, 2020
-
Make fileserver example a little more elaborate.
While it's trivial to remove the basePath from the code, it wasn't quite obvious to me which paths I had to strip where to make the fileserver work if not mounted to /.
Configuration menu - View commit details
-
Copy full SHA for e363f43 - Browse repository at this point
Copy the full SHA e363f43View commit details -
Merge pull request #439 from justcompile/request-id-header
middleware: RequestID - Define Header
Configuration menu - View commit details
-
Copy full SHA for 6aa3c0e - Browse repository at this point
Copy the full SHA 6aa3c0eView commit details -
Merge pull request #449 from kowalczykp/err-abort-handler
middleware: suppress http.ErrAbortHandler in recoverer
Configuration menu - View commit details
-
Copy full SHA for 708d187 - Browse repository at this point
Copy the full SHA 708d187View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3658d98 - Browse repository at this point
Copy the full SHA 3658d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2db6155 - Browse repository at this point
Copy the full SHA 2db6155View commit details
There are no files selected for viewing
Large diffs are not rendered by default.