Contents

nw_ws_options_set_client_request_handler(_:_:_:)

Sets a handler to react to as a server to inbound WebSocket client handshakes.

Declaration

func nw_ws_options_set_client_request_handler(_ options: nw_protocol_options_t, _ client_queue: dispatch_queue_t, _ handler: @escaping  nw_ws_client_request_handler_t)

See Also

Functions