Crate ezk_sip_types

source ·

Modules

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

Structs

  • Code is a representation of an SIP-Code encoded in an u16
  • Headers is simple container for SIP-Message headers. The headers are stored as BytesStr under its respective Name.
  • Represents a SIP-Method.
  • Represents a SIP-Header’s name. It is used as key inside Headers.

Enums

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