Skip to main content

Rate Limiter

Rate limiter middleware limits how many requests a client can make in a time window. Add it with:

burger-api add rate-limiter

Import from ecosystem/middleware/ and add to globalMiddleware. Check the middleware’s README for configuration. See Ecosystem Introduction and CLI Add.