cpr

C++ library for making HTTP requests with a simple, Pythonic API

brewmacoslinux
Try with needOr install directly
Source

About

C++ Requests, a spiritual port of Python Requests

Commands

cpr

Examples

Create a simple C++ project using cpr for HTTP requests$ brew install cpr
Include cpr in CMakeLists.txt for C++ project compilation$ find /usr/local/opt/cpr -name '*.cmake'
Link against cpr library in C++ source code compilation$ g++ -std=c++17 main.cpp -o app -lcpr -lcurl