Expand description
HTTP client backend: HTTP/1 (smol), HTTP/1+2 (tokio), and HTTP/3 (QUIC).
Modulesยง
- h1 ๐
- HTTP/1.1 client over smol. No connection pooling: each request opens a fresh TCP connection.
- h3 ๐
- HTTP/3 client over QUIC via h3 / h3-quinn.
Structsยง
- Http
Client ๐Backend - HTTP client backend for JSON-RPC.
Enumsยง
- Http
Transport ๐
Functionsยง
- build_
backend ๐ - Build the HTTP backend, optionally with HTTP/3 support.
- parse_
response ๐ - Shared HTTP response parser (used by h1 and h2).