property IncomingMessage.prototype.rawTrailers Usage in Deno```typescript import { IncomingMessage } from "node:node__http.d.ts"; ``` The raw request/response trailer keys and values exactly as they were received. Only populated at the `'end'` event. Type string[]