⚠️ Internal: This API is not publically exported by the package.

      Interface InformationEvent

      interface InformationEvent {
          headers: IncomingHttpHeaders;
          httpVersion: string;
          httpVersionMajor: number;
          httpVersionMinor: number;
          rawHeaders: string[];
          statusCode: number;
          statusMessage: string;
      }

      Properties

      httpVersion: string
      httpVersionMajor: number
      httpVersionMinor: number
      rawHeaders: string[]
      statusCode: number
      statusMessage: string