Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PassThroughWebSocketHandler

Hierarchy

Index

Constructors

Properties

clientCertificateHostMap: {}

Type declaration

  • [host: string]: { passphrase?: string; pfx: Buffer }
    • Optional passphrase?: string
    • pfx: Buffer
extraCACertificates: ({ cert: string | Buffer } | { certPath: string })[] = []
forwarding?: ForwardingOptions
ignoreHostHttpsErrors: boolean | string[] = []
lookupOptions: undefined | PassThroughLookupOptions
proxyConfig?: ProxyConfig
type: "ws-passthrough" = 'ws-passthrough'

Methods

  • dispose(): void
  • explain(): string
  • handle(req: OngoingRequest, socket: Socket, head: Buffer): Promise<void>

Generated using TypeDoc