import { Server } from "https://dotland.deno.dev/x/oak@v17.1.2/http_server_bun.ts";
An implementation of the oak server abstraction for handling requests on Bun using the built in Bun http server.
Constructors
new
Server(_app: Application, options: ServeOptions | ServeTlsOptions)Methods
close(): void | Promise<void>
[Symbol.asyncIterator](): AsyncIterableIterator<BunRequest>