http-handle 0.0.7

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

//! Conformance test wrapper for cross-platform request semantics.

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