Module auto
Expand description
Http1 or Http2 connection.
Structs§
- Builder
- Http1 or Http2 connection builder.
- Connection
- A
Future
representing an HTTP/1 connection, returned fromBuilder::serve_connection
. - Http1
Builder - Http1 part of builder.
- Http2
Builder - Http2 part of builder.
- Upgradeable
Connection - An upgradable
Connection
, returned byBuilder::serve_upgradable_connection
.