Intuitive c++ http client library for WASM and all other platforms.
#include <xxhr/xxhr.hpp>
with.nxxm/deps
:
{
"nxxm/xxhr" : { "@" : "v1.0.1" }
}
xxhr is a rewrite of the cpr project from Huu Nguyen ( https://github.com/whoshuu ) with a different philosophy :
- Easy to consume: no binaries dependencies, only headers (no curl).
- Asynchronous API by essence
MIT License, please just reproduce copyrights :
Copyright (c) 2017 - present Damien Buhl alias daminetreg
Copyright (c) 2015 - 2017 Huu Nguyen