Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed May 17, 2020
1 parent 2333c5c commit ccb4c33
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ with `net/http` can be used with chi's mux.
| WithValue | Short-hand middleware to set a key/value on the request context |
-----------------------------------------------------------------------------------------------------------

### Auxiliary middlewares & packages
### Extra middlewares & packages

Please see https://github.com/go-chi for additional packages.

Expand All @@ -348,8 +348,10 @@ Please see https://github.com/go-chi for additional packages.
| [docgen](https://github.com/go-chi/docgen) | Print chi.Router routes at runtime |
| [jwtauth](https://github.com/go-chi/jwtauth) | JWT authentication |
| [hostrouter](https://github.com/go-chi/hostrouter) | Domain/host based request routing |
| [httpcoala](https://github.com/go-chi/httpcoala) | HTTP request coalescer |
| [httplog](https://github.com/goware/httplog) | Small but powerful structured HTTP request logging |
| [httplog](https://github.com/go-chi/httplog) | Small but powerful structured HTTP request logging |
| [httptracer](https://github.com/go-chi/httptracer) | HTTP request APM tracing library |
| [httpvcr](https://github.com/go-chi/httpvcr) | Write deterministic tests for external sources |
| [stampede](https://github.com/go-chi/stampede) | HTTP request coalescer |
--------------------------------------------------------------------------------------------------------------------

please [submit a PR](./CONTRIBUTING.md) if you'd like to include a link to a chi-compatible middleware
Expand Down

0 comments on commit ccb4c33

Please sign in to comment.