Skip to main content
Module

x/oak_rate_limit/deps.ts

Rate-limiting middleware for Oak server on Deno
Latest
import * as oakRateLimit from "https://deno.land/x/oak_rate_limit@v0.1.1/deps.ts";

Classes

Provides context about the current request and response to middleware functions, and the current instance being processed is the first argument provided a Middleware function.

c
Store
abstract

Interfaces

Middleware are functions which are chained together to deal with requests.