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