0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go0 forks (0 forks)github user discovery
enhancementhelp wanted
Repository metrics
- Stars
- 1 star (1 star)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Contributor guide
- Research direction
- Implement rate limiting per host using a token bucket or leaky bucket algorithm, such as golang.org/x/time/rate. Add a mapping from host to rate limiter and enforce limits in the HTTP handler.
- Tech stack
- go
- Domain
- backendapiweb dev
- Issue type
- Feature
- Prerequisites
- GoHTTP