import { type server } from "https://deno.land/x/levo@v0.0.27/src/deps.ts";
const { Response } = server;
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 server } from "https://deno.land/x/levo@v0.0.27/src/deps.ts";
const { Response } = server;
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.