import { type Response } from "https://dotland.deno.dev/x/abc@v1.0.3/vendor/https/deno.land/std/http/server.ts";
Interface of HTTP server response. If body is a Reader, response would be chunked. If body is a string, it would be UTF-8 encoded by default.