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::formatas well as serializers fornlohmann.jsonlibrary. - Support for
std::stringandstd::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.0the literals namespace has been changed tosiddiqsoft::splituri_literals.
© 2021 Siddiq Software LLC. All rights reserved.