# Functions
Extract the next logical header line from the message.
'streamed' should be set to true whenever the caller cannot reliably identify the starts and ends of messages from the transport frames, e.g.
ParseAddressValue parses an address - such as from a From, To, or Contact header.
ParseAddressValues parses a comma-separated list of addresses, returning any display names and header params, as well as the SIP URIs themselves.
Parse a text representation of a host[:port] pair.
Parse a SIP message by creating a parser on the fly.
General utility method for parsing 'key=value' parameters.
Parse the first line of a SIP request, e.g: INVITE [email protected] SIP/2.0 REGISTER [email protected] SIP/1.0.
ParseSipUri converts a string representation of a SIP or SIPS URI into a SipUri object.
Parse the first line of a SIP response, e.g: SIP/2.0 200 OK SIP/1.0 403 Forbidden.
parseUri converts a string representation of a URI into a Uri object.
Splits the given string into sections, separated by one or more characters from c_ABNF_WS.
# Type aliases
A HeaderParser is any function that turns raw header data into one or more Header objects.
No description provided by the author
No description provided by the author
No description provided by the author