uriparser is a strictly RFC 3986 compliant URI parsing library. uriparser is fast, cross-platform, supports Unicode and is licensed under the New BSD license.
Here are some key features of "uriparser":
· Cross-platform (Mac OS X, Unix, Windows, ...)
· Strictly compliant to RFC 3986 (latest RFC on URIs to date)
· Parsing
· Reference resolution (section 5.2, since version 0.4.0)
· Reference creation (since version 0.5.2)
· Recomposition (section 5.3, since version 0.4.0)
· Syntax-based normalization (section 6.2.2, since version 0.5.0)
· Fast (linear input length time complexity)
· Unicode support
· No external dependencies
· Uses unit testing
· Licensed under the New BSD license
What's New in This Release: [ read full changelog ]
· Added: pkg-config file
· Fixed: File Doxyfile.in was missing from release archives
· Fixed: Doc generation troubles
· Changed: No longer shipping bundled libcpptest
Changed: New dependencies:
· libcpptest 1.1.0 or later
· pkg-config (for libcpptest detection)