Module message

Source

Re-exports§

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

Modules§

header_macros
headers_ext
request
response
sip_message

Traits§

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