Skip to main content

Documentation Index

Fetch the complete documentation index at: https://express-rate-limit.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

req.rateLimit

A req.rateLimit property is added to all requests with the limit, used, and remaining number of requests and, if the store provides it, a resetTime Date object. These may be used in your application code to take additional actions or inform the user of their status. Note that used includes the current request, so it should always be > 0. The property name can be configured with the configuration option requestPropertyName.