property Http2ServerRequest.prototype.trailers
Usage in Deno
import { Http2ServerRequest } from "node:http2";
The request/response trailers object. Only populated at the 'end'
event.
import { Http2ServerRequest } from "node:http2";
The request/response trailers object. Only populated at the 'end'
event.