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

x/drash/src/modules/middleware/RateLimiter/RateLimitResponse.ts>response

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

Decorate the provided response with this module's decorator.

Parameters

response: Response

The response to decorate.