pub use HeadersExt;
pub use Request;
pub use Response;
pub use SipMessage;
/// Simple trait to signify that the underlying type has headers so that the
/// [HeadersExt](crate::message::HeadersExt) trait
/// can automatically implement all the header methods by default.