Expand description
Standard SIP header names and typed lookup trait (RFC 3261 and extensions).
Protocol-agnostic catalog of SIP header names with canonical wire casing,
plus a SipHeaderLookup trait providing typed convenience accessors for
any key-value store that can look up headers by name.
Structs§
- Parse
SipHeader Error - Error returned when parsing an unrecognized SIP header name.
Enums§
- SipHeader
- Standard SIP header names with canonical wire casing.
Traits§
- SipHeader
Lookup - Trait for looking up standard SIP headers from any key-value store.