Module adblock::url_parser[][src]

Expand description

Simplified URL parsing infrastructure, including the domain resolver implementation if the embedded-domain-resolver feature is disabled.

Structs

Parsed URL representation.

Traits

Required trait for any domain resolution implementation used with this crate.

Functions

Return the string representation of the host (domain or IP address) for this URL, if any together with the URL.