Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

ConnectionCallback: ((e: Error | null, res: http.IncomingMessage | null) => void)

Type declaration

    • (e: Error | null, res: http.IncomingMessage | null): void
    • Parameters

      • e: Error | null
      • res: http.IncomingMessage | null

      Returns void

Functions