Skip to main content
Module

x/workers_html/html-response.ts

HTML templating and streaming response library for Service Worker-like environments such as Cloudflare Workers.
Latest
import * as workersHtml from "https://deno.land/x/workers_html@v2.0.0-pre.13/html-response.ts";

Classes

If for any reason you don't want to use streaming response bodies, you can use this class instead, which will buffer the entire body before releasing it to the network. Note that headers will still be sent immediately.

TBD