interface InformationEvent
Usage in Deno
```typescript import { type InformationEvent } from "node:node__http.d.ts"; ```
statusCode: number
statusMessage: string
httpVersion: string
httpVersionMajor: number
httpVersionMinor: number
rawHeaders: string[]