org.http4s.client.websocket.WSRequest
See theWSRequest companion object
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
Members list
In this article