Available on crate feature
server and (crate features http1 or http2) only.Expand description
Http1 or Http2 connection.
Modules§
- upgrade
- Upgrade utilities.
Structs§
- Builder
- Http1 or Http2 connection builder.
- Connection
- A
Futurerepresenting an HTTP/1 connection, returned fromBuilder::serve_connection. - Http1
Builder http1 - Http1 part of builder.
- Http2
Builder http2 - Http2 part of builder.
- Upgradeable
Connection - An upgradable
Connection, returned byBuilder::serve_upgradable_connection.
Traits§
- Http
Server Conn Exec http2 - Exactly equivalent to
Http2ServerConnExec.