Module hyperdriver::server::conn

source ·
Available on crate feature server only.
Expand description

Server-side connection builders for the HTTP2 protocol and the HTTP1 protocol.

Modules§

  • HTTP connection builder with automatic protocol detection.
  • HTTP/1 Server Connections
  • HTTP/2 Server Connections
  • tlstls
    Implementation of a server side TLS stream on top of tokio_rustls which additionally provides connection information after the handshake has been completed.

Structs§

Enums§

Traits§

  • An async generator of new connections
  • Extension trait for Accept
  • A connection that can be gracefully shutdown.