Skip to content

Commit

Permalink
README, add note on go-chi/httprate middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed May 31, 2020
1 parent e7728c6 commit 234035e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,8 @@ Please see https://github.com/go-chi for additional packages.
| [jwtauth](https://github.com/go-chi/jwtauth) | JWT authentication |
| [hostrouter](https://github.com/go-chi/hostrouter) | Domain/host based request routing |
| [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 |
| [httprate](https://github.com/go-chi/httprate) | HTTP request rate limiter |
| [httptracer](https://github.com/go-chi/httptracer) | HTTP request performance 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 |
--------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 234035e

Please sign in to comment.