uriparser

RFC 3986 compliant URI parsing library for C/C++

brewmacoslinux
Try with needOr install directly
Source

About

URI parsing library (strictly RFC 3986 compliant)

Commands

uriparser

Examples

Parse and validate a URI string$ echo 'https://user:pass@example.com:8080/path?query=value#fragment' | uriparser
Check library version and capabilities$ uriparser --version
Display help information and usage options$ uriparser --help