x/oak/mod.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
interface ServerConstructor
import { type ServerConstructor } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.values&s=ServerConstructor";

Type Parameters

T extends ServerRequest[src]

Properties

prototype: Server<T>[src]

Methods

new<AS extends State = Record<string, any>>(app: Application<AS>, options: Deno.ListenOptions | Deno.ListenTlsOptions): Server<T>[src]