Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/allo_responses/libs/TextResponse.ts>TextResponse

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

Constructors

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