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 for an unrecognized value; displays as
unknown SIP header: <input>.
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.