Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oak/http_server_native.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
import * as oak from "https://deno.land/x/oak@v12.6.0/http_server_native.ts";

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.