https://github.com/yankeguo-deprecated/colimit
concurrency limiter for Echo framework
https://github.com/yankeguo-deprecated/colimit
concurrency-limiter echo echo-middleware golang http
Last synced: about 2 months ago
JSON representation
concurrency limiter for Echo framework
- Host: GitHub
- URL: https://github.com/yankeguo-deprecated/colimit
- Owner: yankeguo-deprecated
- License: mit
- Created: 2019-03-13T03:00:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T01:19:21.000Z (about 2 years ago)
- Last Synced: 2025-02-14T16:58:21.685Z (3 months ago)
- Topics: concurrency-limiter, echo, echo-middleware, golang, http
- Language: Go
- Size: 13.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# colimit
![]()
[](https://travis-ci.org/virtcanhead/colimit)concurrency limiter for Echo framework
## Usage
### Integration
```go
func main() {
// ...e := echo.New()
e.Use(colimit.New(512))// ...
}
```## License
canhead MIT License