//! Re-exports from the protocol sub-modules for backward compatibility.
//!
//! Existing code importing from `hotaru_http::traits` or
//! `hotaru_http::protocol::traits` continues to work after the structs were
//! split into separate files (`helpers`, `protocol_impl`) and the channel
//! layer was moved to the sibling `channel` module.
//!
//! `HttpTransport` was removed; addresses now live on `Http1Channel` via
//! `HttpChannel::local_addr` / `remote_addr`.
pub use ;
pub use crate;
pub use ;