http-handle 0.0.5

A fast and lightweight Rust library for handling HTTP requests and responses.
Documentation
1
2
3
4
5
6
7
// SPDX-License-Identifier: AGPL-3.0-only
// Copyright (c) 2023 - 2026 HTTP Handle

//! Conformance test wrapper for HTTP/3 profile behavior.

#[path = "conformance/http3_profile_conformance.rs"]
mod http3_profile_conformance;