Skip to main content
Module

x/oak/http_server_bun.ts

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Extremely Popular
Go to Latest
import * as oak from "https://deno.land/x/oak@v15.0.0/http_server_bun.ts";

The abstraction that oak uses when dealing with requests and responses within the Bun runtime that leverages the built in HTTP server.

Classes

An implementation of the oak server abstraction for handling requests on Bun using the built in Bun http server.