Skip to main content
Module

x/allo_responses/mod.ts>HtmlResponse

🦕 Prepared reponse classes for Deno.
class HtmlResponse
extends Response
import { HtmlResponse } from "https://deno.land/x/allo_responses@v1.0.1/mod.ts";

Constructors

new
HtmlResponse(html: string, init?: ResponseInit)