web-url
This library aids in processing web-based URLs.
Web URLs
Web-URLs are a subset of URLs meant for web resources. A web-URL has the format:
scheme://host:port/path?query#fragment
where the port, query and fragment are optional. There is no support for
user-info, this is by design.
Encoding
The path, query, and fragment are assumed to be properly percent encoded, no encoding is done with the representation.