Utility to split Uri for modern C++
$ dotnet add package SiddiqSoft.SplitUriParse 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.
auto u= "https://www.siddiqsoft.com/"_Uri;std::format as well as serializers for nlohmann.json library.std::string and std::wstringPlease refer to the documentation.
Breaking change with
v1.9.0the literals namespace has been changed tosiddiqsoft::splituri_literals.