Module rsip::common::uri

source · []

Re-exports

pub use auth::Auth;
pub use host_with_port::HostWithPort;
pub use param::Param;
pub use scheme::Scheme;
pub use uri_with_params::UriWithParams;
pub use uri_with_params_list::UriWithParamsList;

Modules

Structs

A NewType around String to hold DNS domains. No check is done when you convert something into Domain.

A simple NewType around u16, as part of the HostWithPort.

A very flexible SIP(S) URI.

Enums

The Host enum represents the host part of the HostWithPort struct