@itd-api/proxy / ProxyWebSocketOptions
Interface: ProxyWebSocketOptions
Defined in: index.ts:53
Опции конструктора, совместимые с WebSocketTransport из itd-api/events.
Properties
handshakeTimeout?
ts
optional handshakeTimeout?: number;Defined in: index.ts:56
Принимается для совместимости; тайм-аутом установки управляет сам WebSocketTransport.
headers?
ts
optional headers?: Record<string, string>;Defined in: index.ts:54