Module normalize

Module normalize 

Source
Expand description

Normalize - URL normalization (RFC 3986)

Structs§

UrlNormalizer
URL normalizer

Functions§

extract_base_domain
Extract the base domain (without subdomain)
extract_domain
Extract the domain from a URL
is_same_base_domain
Check if two URLs are from the same base domain
is_same_domain
Check if two URLs are from the same domain