Skip to main content
Module

x/oak/http_server_native.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@14.2.0/http_server_native.ts";

The abstraction that oak uses when dealing with requests and responses within the Deno runtime.

Classes

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.