x/oak/http_server_native_request.ts

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

Properties

optional
conn: Deno.Conn
[src]
optional
upgradeWebSocket: UpgradeWebSocketFn
[src]