Available on crate feature
server and (crate features http1 or http2) only.Expand description
Http1 or Http2 connection.
Structs§
- Builder
- Http1 or Http2 connection builder.
- Connection
- Connection future.
- Http1
Builder http1 - Http1 part of builder.
- Http2
Builder http2 - Http2 part of builder.
- Upgradeable
Connection - Connection future.
Traits§
- Http
Server Conn Exec http2 - Exactly equivalent to
Http2ServerConnExec.