Contents

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) -> WebSocket

Parameters

  • skip:

    True to skip the handshake. Defaults to false.

Discussion