wsSignalingServer
suspend fun HttpClient.wsSignalingServer( exchange: SendExchange<Message.Incoming, Message.Outgoing>, request: HttpRequestBuilder.() -> Unit, block: suspend SignalingServer.() -> Unit)
Content copied to clipboard
Invokes the given block with a SignalingServer available at the provided request.
Parameters
exchange
the SendExchange used to answer requests from the other side.
request
the HTTP request builder.
block
the block executed once the connection is established.