Expand description
RFC 3261 SIP message header extraction.
Provides extract_header for pulling header values from raw SIP message
text, handling case-insensitive name matching, header folding (continuation
lines per RFC 3261 §7.3.1), multi-occurrence concatenation, and compact
header forms (RFC 3261 §7.3.3).
Functions§
- extract_
header - Extract a header value from a raw SIP message.