skipHandshake(_:)
Configure the WebSocket protocol to skip the opening handshake and begin framing data as soon as the underlying connection is established.
Declaration
func skipHandshake(_ skip: Bool) -> WebSocketParameters
- skip:
True to skip the handshake. Defaults to false.