Expand description
Base URL resolution for xml:base support
This module provides URL resolution following RFC 3986, supporting
the xml:base attribute used in Atom and some RSS feeds.
Structs§
- Base
UrlContext - Context for tracking base URLs during parsing
Functions§
- combine_
bases - Combines two base URLs, with child overriding parent
- is_
safe_ url - Validates that a URL is safe for external use (no SSRF risks)
- resolve_
url - Resolves a potentially relative URL against a base URL