Parse the Uri for HTTP resources with support for std::format
and nlohmann.json
serializers.
While there are many, many libraries available, the goal of this implementation is to make usage easy.
- Literals support so you can use
auto u= "https://www.siddiqsoft.com/"_Uri;
- Formatters for
std::format
as well as serializers fornlohmann.json
library. - Support for
std::string
andstd::wstring
- Cross-platform header-only with googletest framework for tests. Build and tests are for Visual Studio 2019 under x64.
Please refer to the documentation.
Breaking change with
v1.9.0
the literals namespace has been changed tosiddiqsoft::splituri_literals
.
© 2021 Siddiq Software LLC. All rights reserved.