Skip to main content
Module

x/texa/mod.ts>Response#end

A Deno web framework inspired by Oak and Express. Built-in support for WebSockets, middleware and routing.
Latest
method Response.prototype.end
Re-export
import { Response } from "https://deno.land/x/texa@0.8.1/mod.ts";

Send and end the response.

Parameters

optional
body: string

A final piece of chunk to add in the response body.

Returns

Promise<this>