liblifthttp
liblifthttp copied to clipboard
Safe and easy to use C++17 HTTP client library.
Integrate with a coroutine library or implement a small enough subset of c++20 coroutines to allow for `co_await`'ing async requests. * Use library is probably easier but adds another dependency...
Closes #146
It is deprecated.
Hello! As we continue to package this project in Conan (https://github.com/conan-io/conan-center-index/pull/27532), a scenario that our CI runs is Windows, and it builds the library as both static and shared. However,...
* Adds ci-windows.yml * Add support for windows 2022 CLoses #166
@laci-aura has made #161 to support windows, to prevent the build from breaking windows in the future a CI job should be added to build on windows. Also add support...