Available on crate feature
http2 only.Expand description
HTTP/2 server entrypoints (feature-gated).
This module provides a clear-text HTTP/2 (h2c) accept loop that reuses the request/response behavior from the primary server pipeline.
Functionsยง
- start_
http2 - Starts an HTTP/2 (h2c) accept loop backed by Tokio.