Skip to main content
The Deno 2 Release Candidate is here
Learn more
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@0.56.0/http/_io.ts";

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

Returns

Promise<void>