Re-exports

pub use branch::Branch;
pub use expires::Expires;
pub use maddr::Maddr;
pub use q::Q;
pub use received::Received;
pub use tag::Tag;
pub use ttl::Ttl;
pub use user::User;

Modules

Structs

Enums

This enum holds all the possible parameters found in SIP(S) URIs, and headers like From, To, Contact, Via etc. For better safety, we should probably define different param enums for each of those cases since, for instance, a branch parameter should not appear in a Contact header, however we have it in the same enum for simplicity for now and delegate this safety to the user.