Registry / networking / skyr-url

skyr-url

JSON →
library3.0.0vcpkgunverified

A C++ library that implements the WhatWG URL specification

vcpkg install skyr-url
INSTALL
IMPORT
SIG · SKYR-URL
S
skyr-url
networkingcppv3.0.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.

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

Parses a URL and prints the host component.

#include <skyr/url.hpp> #include <iostream> int main() { auto url = skyr::url("https://example.com/path?query=value"); std::cout << "Host: " << url.host() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources

No resource links recorded.

skyr-url — pip install skyr-url · libregistry