Expand description

Module holding the TypedHeader trait and all typed headers. A typed header is basically any header that holds something more complex than an opque string (like Call-ID) or a number (like Expires). New typed headers will be added along the way for newer RFCs like PASSporT, SHAKEN, push notifications etc

Re-exports

pub use media_type::MediaType;
pub use accept::Accept;
pub use alert_info::AlertInfo;
pub use allow::Allow;
pub use authentication_info::AuthenticationInfo;
pub use authorization::Authorization;
pub use call_info::CallInfo;
pub use contact::Contact;
pub use content_disposition::ContentDisposition;
pub use content_type::ContentType;
pub use cseq::CSeq;
pub use error_info::ErrorInfo;
pub use from::From;
pub use in_reply_to::InReplyTo;
pub use priority::Priority;
pub use proxy_authenticate::ProxyAuthenticate;
pub use proxy_authorization::ProxyAuthorization;
pub use record_route::RecordRoute;
pub use reply_to::ReplyTo;
pub use route::Route;
pub use to::To;
pub use via::Via;
pub use warning::Warning;
pub use www_authenticate::WwwAuthenticate;

Modules

Traits