Module httpbis::solicit::session [] [src]

Defines the interface for the session-level management of HTTP/2 communication. This is effectively an API that allows hooking into an HTTP/2 connection in order to handle events arising on the connection.

The module also provides a default implementation for some of the traits.

Enums

StreamState

The enum represents all the states that an HTTP/2 stream can be found in.