Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HTMLResponse

import { HTMLResponse } from "https://raw.githubusercontent.com/worker-tools/shed/master/index.ts";

TBD

class HTMLResponse extends StreamResponse {
constructor(html: HTML, { headers: _headers, ...init }?: ResponseInit);
static contentType: string;
}

§Extends

§
StreamResponse
[src]

§Constructors

§
new HTMLResponse(html: HTML, { headers: _headers, ...init }?: ResponseInit)
[src]

§Static Properties

§
contentType: string
[src]