Available on crate feature
server
only.Expand description
HTTP/2 Server Connections
Structsยง
- Builder
- A configuration builder for HTTP/2 server connections.
- Connection
- A
Future
representing an HTTP/2 connection, bound to aService
, returned fromBuilder::serve_connection
.