Skip to main content
Deno 2 is finally 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.80.0/http/_io.ts";

Write trailer headers to writer. It should mostly should be called after writeResponse().

Returns

Promise<void>