import { type Response } from "https://deno.land/x/doa@v1.0.0/test/test_deps.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.
import { type Response } from "https://deno.land/x/doa@v1.0.0/test/test_deps.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.