Module

x/oak/request.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
import * as mod from "https://dotland.deno.dev/x/oak@v11.1.0/request.ts";

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.