property IncomingMessage.prototype.trailers Usage in Deno```typescript import { IncomingMessage } from "node:node__http.d.ts"; ``` The request/response trailers object. Only populated at the `'end'` event. Type Dict<string>