Expand description
Level 3: SIP message parsing, multipart MIME, and JSON body handling.
Structs§
- Parsed
Message Iterator - Level 3 streaming parser: wraps
MessageIteratorand parses each reassembled message into aParsedSipMessage.
Functions§
- is_
json_ content_ type - Returns
trueforapplication/jsonand anyapplication/*+jsonsubtype. Case-insensitive; media type parameters are ignored. - parse_
sipfrag - Parse a
message/sipfragbody (RFC 3420) — any prefix of a SIP message.