What's the simplest way of sending POST/GET requests?

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cpp-httplib

    A C++ header-only HTTP/HTTPS server and client library

  • If you're new to C++, you might want to checkout cpp-httplib. It's header only, so you don't need to touch build related stuff. You might also want to checkout here.

  • curlcpp

    An object oriented C++ wrapper for CURL (libcurl)

  • he means using the libcurl library like in this example. you may also want to use a c++ wrapper.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • cpr

    C++ Requests: Curl for People, a spiritual port of Python Requests.

  • It is difficult to get easier than https://github.com/whoshuu/cpr

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Trying to use libcpr, linking errors - newbie...

    1 project | /r/cpp_questions | 3 Dec 2022
  • Como são feitos os downloaders? (exemplos no texto)

    2 projects | /r/brdev | 2 Dec 2022
  • Standardise a C++ build tool and package manager?

    2 projects | /r/cpp | 27 Sep 2022
  • Empty template brackets, `using type` and #define - how does this work?!

    1 project | /r/cpp | 27 Sep 2022
  • I'm getting a 422 Validation Failed from Github API. Only when making a request with the Cpr library.

    1 project | /r/cpp_questions | 17 Sep 2022