tollbooth
Request limiter
Middleware to control HTTP request rates based on various criteria such as IP address, path, methods, and headers.
Simple middleware to rate-limit HTTP requests.
3k stars
46 watching
206 forks
Language: Go
last commit: 2 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
envoyproxy/ratelimit | Provides rate limiting functionality to applications | 2,310 |
gojek/heimdall | An HTTP client with features for handling failures and retries in distributed systems | 2,637 |
stefanprodan/aspnetcoreratelimit | Provides rate limiting middleware for ASP.NET Core applications | 3,122 |
jeffail/tunny | A library for managing a pool of concurrent worker goroutines with synchronous API. | 3,921 |
soheilhy/cmux | A GoLang library for multiplexing multiple network protocols on the same port | 2,590 |
timebug/lua-resty-redis-ratelimit | A Lua-based module to limit incoming requests between multiple instances using a 'leaky bucket' algorithm and Redis as the backend storage. | 163 |
square/okhttp | A robust and efficient HTTP client for interacting with web services | 45,977 |
ulule/limiter | A middleware library for Go that enforces rate limits on HTTP requests | 2,125 |
parnurzeal/gorequest | A simplified HTTP client for Go, providing a straightforward interface for sending various types of HTTP requests. | 3,445 |
mennanov/limiters | Distributed rate limiting solution with various algorithms and backends | 474 |
beefsack/go-rate | A timed rate limiter designed to prevent saturation of APIs and protect against spam. | 400 |
usemuffin/throttle | A plugin that limits the number of requests a client can make to an application in a given time frame. | 63 |
fabiolb/fabio | A tool for deploying and managing web applications using Consul as the service registry | 7,280 |
qustavo/httplab | An interactive web server for inspecting and manipulating HTTP requests and responses | 4,057 |
animir/node-rate-limiter-flexible | A rate limiter for preventing DDoS and brute force attacks on web applications | 3,093 |