org.http4s.client.websocket
package org.http4s.client.websocket
Type members
Classlikes
A websocket client capable of establishing "high level" connections.
A websocket client capable of establishing "high level" connections.
- See also:
WSClient for a client also capable of "low-level" connections
A websocket request.
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