Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/allo_responses/libs/HtmlResponse.ts>HtmlResponse

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

Constructors

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