StructureNIOWebSocket
NIOWebSocketUpgradeError
Errors that can be thrown by NIOWebSocket
during protocol upgrade.
struct NIOWebSocketUpgradeError
Errors that can be thrown by NIOWebSocket
during protocol upgrade.
struct NIOWebSocketUpgradeError
static let invalidUpgradeHeader: NIOWebSocketUpgradeError
A HTTP header on the upgrade request was invalid.
static let unsupportedWebSocketTarget: NIOWebSocketUpgradeError
The HTTP request targets a websocket pipeline that does not support it in some way.