import * as oak from "https://deno.land/x/oak@v17.1.3/response.ts";
Contains the Response
abstraction used by oak.
Most end users would not need to directly access this module.
Classes
An interface to control what response will be sent when the middleware finishes processing the request. |
Variables
A symbol that indicates to |
Type Aliases
The various types of bodies supported when setting the value of | |
A function that when invoked returns or resolves to a
|