2 unstable releases

0.2.0 Jan 2, 2024
0.1.0 Dec 17, 2023

#1549 in Parser implementations

23 downloads per month

MIT license

25KB
667 lines

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.

Dependencies

~91KB