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 done_marker_policy_tests;
mod event_decoder_tests;
mod frame_decoder_tests;
mod json_decoder_tests;
mod line_decoder_tests;
mod mod_tests;
mod sse_chunk_tests;
mod sse_event_tests;
mod sse_integration_tests;
mod sse_json_mode_tests;
mod sse_reconnect_options_tests;
mod sse_reconnect_runner_tests;