Skip to main content
Module

std/http/_io.ts>readTrailers

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

Read trailer headers from reader and append values to headers. "trailer" field will be deleted.

Parameters

headers: Headers
r: BufReader

Returns

Promise<void>