Enum trillium_http::ConnectionStatus [−][src]
Expand description
This represents the next state after a response on a conn transport.
Variants
The transport has been closed, either by the client or by us
Another Conn request has been sent on the same transport and
is ready to respond to. This can occur any number of times and
should be handled in a loop.
Tuple Fields of Conn
0: Conn<Transport>An http upgrade has been negotiated. This is always a terminal state for a given connection.
Tuple Fields of Upgrade
0: Upgrade<Transport>