RateLimit
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:9160
Methods
Section titled “Methods”limit()
Section titled “limit()”limit(
options):Promise<RateLimitOutcome>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:9166
Rate limit a request based on the provided options.
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Promise<RateLimitOutcome>
A promise that resolves with the outcome of the rate limit.
https://developers.cloudflare.com/workers/runtime-apis/bindings/rate-limit/