import { type RequestOptionsPartial } from "https://deno.land/x/masx200_deno_http_middleware@2.2.2/mod.ts";
definition: Partial<Pick<RequestInit, "headers" | "method"> & { url: string; body?: ReadableStream<Uint8Array> | null; }>
import { type RequestOptionsPartial } from "https://deno.land/x/masx200_deno_http_middleware@2.2.2/mod.ts";