WSRequest

org.http4s.client.websocket.WSRequest
See theWSRequest companion object
sealed abstract class WSRequest

A websocket request.

Attributes

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
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

Attributes

Source:
WSClient.scala

Attributes

Source:
WSClient.scala
def uri: Uri

Attributes

Source:
WSClient.scala

Attributes

Source:
WSClient.scala

Attributes

Source:
WSClient.scala
def withUri(uri: Uri): WSRequest

Attributes

Source:
WSClient.scala