Expand description
URL parsing and manipulation
TODO: Implement URL parser
- Parse scheme://host[:port]/path[?query][#fragment]
- Validate HTTP/HTTPS schemes
- Extract components
- Handle URL encoding/decoding
Re-exports§
pub use parser::Url;
Modules§
- URL parser for HTTP/HTTPS URLs.