Skip to main content
Module

x/status/codes.ts>TOO_MANY_REQUESTS

🗿 HTTP status utility for Deno. Based on Java Apache HttpStatus
Latest
variable TOO_MANY_REQUESTS
import { TOO_MANY_REQUESTS } from "https://deno.land/x/status@0.1.0/codes.ts";

Official Documentation @ https://tools.ietf.org/html/rfc6585#section-4

The user has sent too many requests in a given amount of time ("rate limiting").

type

429