1//! Protocols for communicating with the server
23#[cfg(feature = "protocol-http")]
4#[cfg_attr(docsrs, doc(cfg(feature = "protocol-http")))]
5pub mod http;
67#[cfg(feature = "protocol-ws")]
8#[cfg_attr(docsrs, doc(cfg(feature = "protocol-ws")))]
9pub mod ws;