setClientRequestHandler(_:handler:)
Sets a handler to react to as a server to inbound WebSocket client handshakes.
Declaration
@preconcurrency func setClientRequestHandler(_ queue: DispatchQueue, handler: @escaping @Sendable ([String], [(name: String, value: String)]) -> NWProtocolWebSocket.Response)