suspend fun HttpClient.webSocketAbsAwait(url: String, headers: MultiMap, version: WebsocketVersion, subProtocols: List<String>): WebSocket
Suspending version of method io.vertx.core.http.HttpClient.webSocketAbs
version
- the WebSocket version
subProtocols
- the subprotocols to use
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.