Skip to main content
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://deno.land/x/oak@v12.5.0/http_server_native_request.ts";

Properties

optional
conn: Deno.Conn
optional
upgradeWebSocket: UpgradeWebSocketFn