import { type KindResponse } from "https://deno.land/x/fileserver@1.1.19/src/types.ts";
A much kinder response than the Response.
definition: Omit<ServerResponse, "headers"> & { headers?: { [key: string]: string; } | Headers; cache?: boolean; }