Skip to main content
Module

x/oak/http_server_native.ts>HttpServer

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
class HttpServer
implements Server<NativeRequest>
import { HttpServer } from "https://deno.land/x/oak@v10.6.0/http_server_native.ts";

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.

Type Parameters

optional
AS extends State = Record<string, any>

Properties

readonly
app: Application<AS>
readonly
closed: boolean