#[cfg(any(feature = "http-client", feature = "jsonrpc-client"))]
pub mod client;
#[cfg(feature = "server")]
pub mod server;
#[cfg(any(feature = "http-client", feature = "jsonrpc-client"))]
pub use client::HttpClientError;
#[cfg(feature = "http-server")]
pub use server::HttpServerError;