Skip to main content
IncomingMessage.prototype.trailers - http - Node documentation
property IncomingMessage.prototype.trailers

Usage in Deno

import { IncomingMessage } from "node:http";

The request/response trailers object. Only populated at the 'end' event.

Type

Dict<string>