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