import { type Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { ServerConstructor } = Oak;
Properties
prototype: Server<T>
Methods
new<AS extends State = Record<string, any>>(app: Application<AS>, options: Deno.ListenOptions | Deno.ListenTlsOptions): Server<T>