Module http2
Expand description
HTTP/2 Server Connections
Structsยง
- A configuration builder for HTTP/2 server connections.
- A
Future
representing an HTTP/2 connection, bound to aService
, returned fromBuilder::serve_connection
.
HTTP/2 Server Connections
Future
representing an HTTP/2 connection, bound to a
Service
, returned from
Builder::serve_connection
.