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://dotland.deno.dev/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.