WSRequest

org.http4s.client.websocket.WSRequest
See theWSRequest companion object
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.

Attributes

Companion
object
Source
WSClient.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Attributes

Source
WSClient.scala
def method: Method

Attributes

Source
WSClient.scala
def uri: Uri

Attributes

Source
WSClient.scala

Attributes

Source
WSClient.scala

Attributes

Source
WSClient.scala