interface Middlewareimport { type Middleware } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.%5BSymbol.for%28%22nodejs.util.inspect.custom%22%29%5D&s=Middleware";Middleware are functions which are chained together to deal with requests. Type ParametersoptionalS extends State = Record<string, any>[src]optionalT extends Context = Context<S>[src]Call Signatures(context: T, next: () => Promise<unknown>): Promise<unknown> | unknown[src]