https://github.com/ulule/limiter-examples
Examples to use limiter
https://github.com/ulule/limiter-examples
Last synced: about 1 year ago
JSON representation
Examples to use limiter
- Host: GitHub
- URL: https://github.com/ulule/limiter-examples
- Owner: ulule
- License: mit
- Created: 2019-07-31T12:48:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T02:49:18.000Z (over 3 years ago)
- Last Synced: 2025-06-09T23:43:57.909Z (about 1 year ago)
- Language: Go
- Size: 125 KB
- Stars: 37
- Watchers: 4
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Limiter examples
A curated list of middleware examples for [limiter](https://github.com/ulule/limiter).
- [HTTP](https://github.com/ulule/limiter-examples/tree/master/http/main.go)
- [Gin](https://github.com/ulule/limiter-examples/tree/master/gin/main.go)
- [Beego](https://github.com/ulule/limiter-examples/blob/master/beego/main.go)
- [Chi](https://github.com/ulule/limiter-examples/tree/master/chi/main.go)
- [Echo](https://github.com/ulule/limiter-examples/tree/master/echo/main.go)
- [FastHTTP](https://github.com/ulule/limiter-examples/tree/master/fasthttp/main.go)