brabo-hi
01/27/2022, 12:07 AM<http://httpclient.ws|httpclient.ws>() and httpclient.websocket()?Aleksei Tirman [JB]
01/27/2022, 11:05 AMws and wss methods are used to create a websocket session with a different initial configuration. They call the websocket method under the hood.brabo-hi
01/27/2022, 6:24 PMwss() default port on 80 instead of 443 ?Aleksei Tirman [JB]
01/28/2022, 8:24 AM{
url.protocol = URLProtocol.WSS
url.port = url.protocol.defaultPort
request()
},
block = block
Since WSS defined as URLProtocol("wss", 443)