1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-05 03:07:38 +00:00

New Rate Limit middleware (still WIP though)

Former-commit-id: 99e282e4d400c83a56a808212d812cd701e1bcd8
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-05-01 23:33:04 +03:00
parent f667bc5ff3
commit 3775189de8
6 changed files with 212 additions and 4 deletions

View File

@@ -283,13 +283,15 @@ You can serve [quicktemplate](https://github.com/valyala/quicktemplate) and [her
### Miscellaneous
- [Rate Limit](miscellaneous/ratelimit/main.go) **NEW**
- [HTTP Method Override](https://github.com/kataras/iris/blob/master/middleware/methodoverride/methodoverride_test.go)
- [Request Logger](http_request/request-logger/main.go)
* [log requests to a file](http_request/request-logger/request-logger-file/main.go)
- [Recovery](miscellaneous/recover/main.go)
- [Profiling (pprof)](miscellaneous/pprof/main.go)
- [Internal Application File Logger](miscellaneous/file-logger/main.go)
- [Google reCAPTCHA](miscellaneous/recaptcha/main.go)
- [Google reCAPTCHA](miscellaneous/recaptcha/main.go)
- [hCaptcha](miscellaneous/hcaptcha/main.go) **NEW**
### Community-based Handlers