Skip to main content

Module http2_server

Module http2_server 

Source
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.