uriparser is a strictly RFC 3986 compliant URI parsing library written in C. uriparser is cross-platform, fast, supports Unicode and is licensed under the New BSD license.
The uri-generic library contains procedures for parsing and manipulation of Uniform Resource Identifiers (RFC 3986). It is intended to conform more closely to the RFC, and uses combinator parsing and character classes rather than regular expressions.
An URI parsing library for URIs with one of the common URI schemes: http(s), ftp and a few others. All URI components are fully URI-decoded and query arguments are presumed to be x-www-form-urlencoded key/value pairs, and decoded accordingly.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy