Module adblock::url_parser

source ·
Expand description

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

Structs§

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.