Module solicit::http::server
[−]
[src]
The module contains a number of reusable components for implementing the server side of an HTTP/2 connection.
Structs
ServerConnection |
The struct provides a more convenient API for server-related functionality of an HTTP/2 connection, such as sending a response back to the client. |
ServerSession |
An implementation of the |