Skip to main content

Module header

Module header 

Source
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§

ParseSipHeaderError
Error for an unrecognized value; displays as unknown SIP header: <input>.

Enums§

SipHeader
Standard SIP header names with canonical wire casing.

Traits§

SipHeaderLookup
Trait for looking up standard SIP headers from any key-value store.