Registry / networking / boost-url

boost-url

JSON →
library1.90.0vcpkgunverified

Boost.URL provides a library for parsing, modifying, and printing URLs and URI components.

vcpkg install boost-url
INSTALL
IMPORT
SIG · BOOST-URL
B
boost-url
networkingcppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/url.hpp
#include <boost/url.hpp>

Parses a URL and prints its components.

#include <boost/url.hpp> #include <iostream> int main() { boost::urls::url_view u("https://example.com/path?query=1"); std::cout << u.scheme() << "://" << u.host() << u.path() << "?" << u.query() << "\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources

No resource links recorded.

boost-url — pip install boost-url · libregistry