interface MockContextOptionsimport { type MockContextOptions } from "https://dotland.deno.dev/x/oak@v17.1.2/testing.ts"; Options that can be set in a mock context. Type ParametersR extends stringoptionalP extends RouteParams<R> = RouteParams<R>optionalS extends State = Record<string, any>Propertiesoptionalapp: Application<S>optionalip: stringoptionalmethod: stringoptionalparams: Poptionalpath: stringoptionalstate: Soptionalheaders: [string, string][]optionalbody: ReadableStream