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

Usage in Deno

import { Http2ServerRequest } from "node:http2";

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

Type