Description
Parses and handles URIs according to RFC 3986, including Unicode-aware use cases. It is useful for applications that need reliable URL or URI validation, splitting, and normalization in C or C++ projects.
This is a development library, not an app users open directly. Programs using it still need to decide which schemes, hosts, and inputs are safe for their own context.