Skip to main content
Module

x/allo_responses/mod.ts>TextResponse

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

Constructors

new
TextResponse(text: string, init?: ResponseInit)