summaryrefslogtreecommitdiff
path: root/internal/middleware/ratelimit_test.go
AgeCommit message (Collapse)AuthorFiles
2023-08-23[feature] Add rate limit exceptions option, use ISO8601 for rate limit reset ↵Libravatar tobi1
(#2151) * start updating rate limiting, add exceptions * tests, comments, tidying up * add rate limiting exceptions to example config * envparsing * nolint * apply kimbediff * add examples