Skip to main content
Module

std/http/_io.ts>writeTrailers

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function writeTrailers
import { writeTrailers } from "https://deno.land/std@v0.56.0/http/_io.ts";

write trailer headers to writer. it mostly should be called after writeResponse

Returns

Promise<void>