/xxhr

intuitive c++ http client library

Primary LanguageHTMLOtherNOASSERTION

xxhr logo build

xxhr : c++ http requests

Intuitive c++ http client library for WASM and all other platforms.

{
  "nxxm/xxhr" : { "@" : "v1.0.1" }
}

License

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