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 returned when parsing an unrecognized SIP header name.

Enums§

SipHeader
Standard SIP header names with canonical wire casing.

Traits§

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