interface InformationEvent
          
Usage in Deno
import { type InformationEvent } from "node:http";
statusCode: number
      
    
statusMessage: string
      
    
httpVersion: string
      
    
httpVersionMajor: number
      
    
httpVersionMinor: number
      
    
rawHeaders: string[]