Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/drash/src/modules/middleware/RateLimiter/RateLimiterErrorResponse.ts>RateLimiterErrorResponse

A microframework for building JavaScript HTTP applications. Runtime-agnostic. Strongly typed.
Latest
class RateLimiterErrorResponse
extends HTTPError
import { RateLimiterErrorResponse } from "https://deno.land/x/drash@v3.0.0-beta.2/src/modules/middleware/RateLimiter/RateLimiterErrorResponse.ts";

Constructors

new
RateLimiterErrorResponse(status: ResponseStatus, response: Response)

Properties

readonly
response: Response