//! Host-side API surface for HTTP request/response interaction.
//!
//! This module provides access to request and response handles, header and body
//! manipulation utilities, logging, and feature configuration for `http-wasm`
//! guest plugins.
pub use Body;
pub use Bytes;
pub use Header;
pub use Request;
pub use Response;