Module

x/oak/request.ts

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Extremely Popular
Latest
import * as mod from "https://dotland.deno.dev/x/oak@v16.0.0/request.ts";

Contains the Request abstraction used by oak.

Most end users would not need to directly access this module.

Classes

An interface which provides information about the current request. The instance related to the current request is available on the {@link Context}'s .request property.