Re-exports

pub use headers_ext::HeadersExt;
pub use request::Request;
pub use response::Response;
pub use sip_message::SipMessage;

Modules

Traits

Simple trait to signify that the underlying type has headers so that the HeadersExt trait can automatically implement all the header methods by default.