Skip to content

SiddiqSoft/SplitUri

Repository files navigation

SplitUri : Parse Uri Utility

CodeQL Build Status Build Status

Objective

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.

Features

  • Literals support so you can use auto u= "https://www.siddiqsoft.com/"_Uri;
  • Formatters for std::format as well as serializers for nlohmann.json library.
  • Support for std::string and std::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.

© 2021 Siddiq Software LLC. All rights reserved.