Crate ezk_sip_types

Crate ezk_sip_types 

Source

Re-exports§

pub use header::headers::Headers;

Modules§

header
Contains everything header related
host
HostPort and Host type found in URIs and Via header
msg
Contains SIP message parts and parser
parse
Parsing utilities for SIP message components
print
Printing utilities for SIP message components
uri
Contains the URI trait, SIP and NameAddr implementation

Macros§

csv_header
from_str_header

Structs§

Method
Represents a SIP-Method.
Name
Represents a SIP-Header’s name. It is used as key inside Headers.
StatusCode
Code is a representation of an SIP-Code encoded in an u16

Enums§

CodeKind
CodeKind represents the kind of SIP-Code for broader Code handling