Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as oak from "https://raw.githubusercontent.com/oakserver/oak/master/request.ts";

Contains the Request abstraction used by oak.

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

§Classes

Request

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.