Expand description
WHATWG URL Standard compliant URL parsing for the Oxide browser.
Wraps the url crate (which implements the WHATWG URL spec) and adds
Oxide-specific scheme handling (oxide:// for internal pages) alongside
standard http, https, and file schemes.
Structs§
Enums§
Functions§
- percent_
decode - Decode a percent-encoded string.
- percent_
encode - Percent-encode a string (useful for building URL path/query components).