class Server implements OakServer<BunRequest>import { Server } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v17.1.2/http_server_bun.ts?s=Server";An implementation of the oak server abstraction for handling requests on Bun using the built in Bun http server. ConstructorsnewServer(_app: Application, options: ServeOptions | ServeTlsOptions)[src]Methodsclose(): void | Promise<void>[src]listen(): Listener | Promise<Listener>[src][Symbol.asyncIterator](): AsyncIterableIterator<BunRequest>[src]Static Propertiestype: "bun"[src]