Tags: go-chi/httprate
Toggle v0.14.1's commit message
Add httpate.Key(string) helper for static keys (#45 )
Useful to create compounds with a custom prefix
Toggle v0.14.0's commit message
Introduce RespondOnLimit() vs. OnLimit() (#44 )
Toggle v0.13.1's commit message
Export RateLimiter type (#43 )
So users pass *http.RateLimiter (or save in their server struct) and use
the new .OnLimit() feature from #42 .
Toggle v0.13.0's commit message
Implement rate-limiting from HTTP handler (e.g. by request payload) (#42
)
Toggle v0.12.1's commit message
Toggle v0.12.0's commit message
Local counter: Don't re-allocate maps in Go 1.21+ (#40 )
Toggle v0.11.0's commit message
localCounter: Add more robust table-driven tests (#35 )
Toggle v0.10.0's commit message
Add tests for X-RateLimit-* headers, Fix X-RateLimit-Remaining header (…
…#28 )
* Add tests for X-RateLimit-* headers
* Fix X-RateLimit-Remaining header
Toggle v0.9.0's commit message
Merge pull request #23 from LukasJenicek/override_limit
pass request limit through context
Toggle v0.8.0's commit message
You can’t perform that action at this time.