qubit-http 0.5.2

General-purpose HTTP infrastructure for Rust with unified client semantics, secure logging, and built-in SSE decoding
Documentation
/*******************************************************************************
 *
 *    Copyright (c) 2025 - 2026 Haixing Hu.
 *
 *    SPDX-License-Identifier: Apache-2.0
 *
 *    Licensed under the Apache License, Version 2.0.
 *
 ******************************************************************************/
mod from_config_helpers_tests;
mod http_client_options_tests;
mod http_config_error_kind_tests;
mod http_config_error_tests;
mod http_logging_options_tests;
mod http_retry_method_policy_tests;
mod http_retry_options_tests;
mod http_timeout_options_tests;
mod logging_options_tests;
mod proxy_options_tests;
mod proxy_type_tests;
mod sensitive_headers_tests;
mod sensitive_http_headers_tests;
mod timeout_options_tests;