Skip to main content
Module

x/oak/request.ts>OakRequestOptions

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
interface OakRequestOptions
import { type OakRequestOptions } from "https://deno.land/x/oak@v11.1.0/request.ts";

Properties

optional
jsonBodyReviver: (key: string, value: unknown) => unknown
optional
proxy: boolean
optional
secure: boolean