zio.http.Header.SecWebSocketAccept
See theSecWebSocketAccept companion class
object SecWebSocketAccept extends HeaderType
The Sec-WebSocket-Accept header is used in the websocket opening handshake. It would appear in the response headers. That is, this is header is sent from server to client to inform that server is willing to initiate a websocket connection.
See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-WebSocket-Accept
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrortrait HeaderTypetrait HeaderTypeBaseclass Objecttrait Matchableclass Any
- Self type
-
SecWebSocketAccept.type
Members list
In this article