Expand description
HTTP/1 Server Connections
Structs§
- A configuration builder for HTTP/1 server connections.
- A
Future
representing an HTTP/1 connection, bound to aService
, returned fromBuilder::serve_connection
. - Deconstructed parts of a
Connection
. - A future binding a connection with a Service with Upgrade support.