import { HttpServerNative } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?s=HttpServerNative";
The oak abstraction of the Deno native HTTP server which is used internally for handling native HTTP requests. Generally users of oak do not need to worry about this class.
Constructors
new
HttpServerNative(app: Application<AS>, options: Deno.ListenOptions | Deno.ListenTlsOptions)[src]Properties
readonly
app: Application<AS>[src]readonly
closed: boolean[src]Methods
[Symbol.asyncIterator](): AsyncIterableIterator<NativeRequest>[src]