Expand description
Server implementation of h2mux.
Structs§
- Accept
- Intermediary struct for accepting a new request (i.e. sub-stream).
- Builder
- Builder of server
Connection
with custom configurations. - Connection
- Server H/2 connection that wraps underlying I/O resource.
- Proto
Builder - Re-export of
h2::server::Builder
for convenience.
Functions§
- handshake
- Perform h2c handshake over an I/O resource (typically a TLS stream).