x/oak/http_server_bun.ts

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Very Popular
Latest
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.

Methods

close(): void | Promise<void>[src]
[Symbol.asyncIterator](): AsyncIterableIterator<BunRequest>[src]