//! # Message
//!
//! `message` is the module providing the types used for network messages.
/// Type used to represent a network method.
/// Type used to represent a network resource.
/// Type used to represent a network message.
/// Type used to represent a network request.
/// Type used to represent a network response.
pub use Method;
pub use Resource;
pub use Message;
pub use Request;
pub use Response;