Skip to main content
Module

std/http/_io.ts>writeTrailers

Deno standard library
Go to Latest
function writeTrailers
import { writeTrailers } from "https://deno.land/std@0.62.0/http/_io.ts";

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

Returns

Promise<void>