Module

x/oak/types.ts>OakServer

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
interface OakServer
implements AsyncIterable<T>
import { type OakServer } from "https://dotland.deno.dev/x/oak@v13.2.5/types.ts";

Methods

close(): void | Promise<void>
listen(): Listener | Promise<Listener>
[[Symbol.asyncIterator]](): AsyncIterableIterator<T>