interface ServerConstructorimport { type ServerConstructor } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.routes&s=ServerConstructor";Type ParametersT extends ServerRequest[src]Propertiesprototype: Server<T>[src]Methodsnew<AS extends State = Record<string, any>>(app: Application<AS>, options: Deno.ListenOptions | Deno.ListenTlsOptions): Server<T>[src]