zio.http.Header.SecWebSocketExtensions
See theSecWebSocketExtensions companion trait
object SecWebSocketExtensions extends HeaderType
The Sec-WebSocket-Extensions header is used in the WebSocket handshake. It is initially sent from the client to the server, and then subsequently sent from the server to the client, to agree on a set of protocol-level extensions to use during the connection.
See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-WebSocket-Extensions
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrortrait HeaderTypetrait HeaderTypeBaseclass Objecttrait Matchableclass AnyShow all
- Self type
Members list
Type members
Classlikes
object Extension
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class Parameterclass TokenParam
final case class Extensions(extensions: Chunk[Token]) extends SecWebSocketExtensions
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SecWebSocketExtensionstrait Headerclass Objecttrait Matchableclass AnyShow all
final case class Token(extension: Chunk[Extension]) extends SecWebSocketExtensions
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SecWebSocketExtensionstrait Headerclass Objecttrait Matchableclass AnyShow all
Types
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- HeaderType
Attributes
- Inherited from:
- HeaderType
Attributes
- Definition Classes
- Inherited from:
- HeaderType
In this article