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

Usage in Deno

import { IncomingMessage } from "node:http";

The raw request/response trailer keys and values exactly as they were received. Only populated at the 'end' event.

Type

string[]