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