Skip to main content
Http2ServerRequest.prototype.rawTrailers - http2 - Node documentation
property Http2ServerRequest.prototype.rawTrailers

Usage in Deno

import { Http2ServerRequest } from "node:http2";

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

Type

string[]