| Crates.io | iroh-h3-client |
| lib.rs | iroh-h3-client |
| version | 0.3.0 |
| created_at | 2025-11-19 23:59:21.899737+00 |
| updated_at | 2026-01-24 15:33:23.452404+00 |
| description | HTTP/3 client utilities over Iroh's QUIC P2P transport. |
| homepage | |
| repository | https://github.com/Le-Maz/iroh-h3 |
| max_upload_size | |
| id | 1940950 |
| size | 229,903 |
iroh-h3-client is a Rust library for building and sending HTTP/3 requests using the QUIC-based HTTP/3 protocol over Iroh. It provides a high-level, ergonomic API for constructing requests, managing state, and receiving responses asynchronously.
Bytes or String.serde.json: Enables RequestBuilder::json and Response::json for working with JSON payloads.All operations return a crate-specific Error type that represents connection, stream, serialization, or protocol-level errors.
This project is licensed under the MIT License.