Attributes
- Companion:
- trait
- Graph
- Supertypes
- Self type
- Connection.type
Members list
Type members
Classlikes
This directive indicates that either the client or the server would like to close the connection. This is the default on HTTP/1.0 requests.
This directive indicates that either the client or the server would like to close the connection. This is the default on HTTP/1.0 requests.
Attributes
- Graph
- Supertypes
- Self type
- Close.type
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.
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
- Graph
- Supertypes
- Self type
- KeepAlive.type
Types
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
Attributes
- Definition Classes