Skip to main content
Module

x/abc/context.ts>Context#htmlBlob

A better Deno framework to create web application.
Latest
method Context.prototype.htmlBlob
import { Context } from "https://deno.land/x/abc@v1.3.3/context.ts";

Sends an HTTP blob response with status code.

Parameters

b: Uint8Array | Deno.Reader
optional
code: Status = [UNSUPPORTED]