Storage
interface Storage
RateLimit uses a defined storage provider implementing this interface to persist the request information used for rate limiting. If you use a blocking database, you should wrap your calls inside withContext.
Types
Functions
Link copied to clipboard
Return the information about previous requests for this host, or null, if not found.