WSRequest

sealed abstract class WSRequest

A websocket request.

Value parameters:
headers

The headers to send. Put your Sec-Websocket-Protocol headers here if needed. Some websocket clients reject other WS-specific headers.

method

The method of the intial HTTP request. Ignored by some clients.

uri

The URI.

Companion:
object
Source:
WSClient.scala
class Object
trait Matchable
class Any

Value members