Module

x/oak/http_server_native_request.ts>NativeRequestOptions

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

Properties

optional
conn: Deno.Conn
optional
upgradeWebSocket: UpgradeWebSocketFn