Expand description
Http1 or Http2 connection.
Modules§
- upgrade
- Upgrade utilities.
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
.
Traits§
- Http
Server Conn Exec - Exactly equivalent to
Http2ServerConnExec
.