Structs§
- H2Connection
Entry - Metadata for a pooled H2 connection.
- H2Connection
Pool - Bounded H2 connection pool with idle timeout and GOAWAY-aware retirement.
- H2Pool
Guard - A guard that releases an H2 connection back to the pool when dropped.
- H2Pool
Key - Pool key identifying a unique H2 upstream connection group.
- H2Pool
Registry - Global H2 connection pool registry, keyed by (endpoint_host, endpoint_port, use_tls, server_name, auth_hash).
- H2Pool
Stats - Pool statistics snapshot.
- H2Protocol
Metrics - Atomic counters for H2 protocol-level metrics. The
MetricsRegistrybridges these into Prometheus viaset_h2_metrics()/render_prometheus(). - H2Stream
Read - H2Stream
Write
Enums§
Statics§
- H2_
POOL_ REGISTRY - Global pool registry instance.
- H2_
PROTOCOL_ METRICS - Global H2 protocol metrics instance.
Functions§
- h2_
connect_ client - Perform an H2 CONNECT handshake as a client.
- h2_
connect_ client_ pooled - Perform an H2 CONNECT handshake using a pooled connection.
- h2_
connect_ relay - handle_
h2_ connect