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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • 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.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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