KeepAlive
zio.http.Header.Connection.KeepAlive
case object KeepAlive extends Connection
Any comma-separated list of HTTP headers [Usually keep-alive only] indicates that the client would like to keep the connection open. Keeping a connection open is the default on HTTP/1.1 requests. The list of headers are the name of the header to be removed by the first non-transparent proxy or cache in-between: these headers define the connection between the emitter and the first entity, not the destination node.
Attributes
Members list
Type members
Inherited types
The names of the product elements
Attributes
- Inherited from:
- Singleton
The name of the type
The mirrored *-type
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- Connection
Value members
Inherited methods
Create a new instance of type T
with elements taken from product p
.
Create a new instance of type T
with elements taken from product p
.
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- Header
Attributes
- Definition Classes
-
Connection -> Header
- Inherited from:
- Connection
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Header
Attributes
- Definition Classes
-
Connection -> Header
- Inherited from:
- Connection
Concrete fields
In this article