cpr
Network request library
A C++ wrapper around libcurl providing an easy-to-use interface for making network calls
C++ Requests: Curl for People, a spiritual port of Python Requests.
7k stars
127 watching
937 forks
Language: C++
last commit: 4 days ago
Linked from 4 awesome lists
c-plus-pluscpphacktoberfesthttplibcurllibraryrequests
Related projects:
Repository | Description | Stars |
---|---|---|
jpbarrette/curlpp | C++ wrapper around libcURL for convenient and safe HTTP transfer and manipulation | 1,679 |
josephp91/curlcpp | An object-oriented C++ wrapper around the cURL tool | 631 |
curl/curl | A command-line tool and library for transferring data over various protocols | 35,947 |
isocpp/cppcoreguidelines | A collection of guidelines and best practices for writing modern C++ code. | 42,842 |
alairion/not-enough-standards | A modern C++ library providing platform-independent utilities for process management, synchronization, and communication. | 229 |
open-source-parsers/jsoncpp | A C++ library for working with JSON data | 8,173 |
microsoft/cpprestsdk | A C++ SDK for building cloud-based client-server communication applications. | 8,017 |
thelartians/moderncppstarter | A template project providing a set of tools and best practices for building modern C++ projects with automated testing, continuous integration, and code coverage. | 4,468 |
pollardbanknote/cppbackport | A C++ library that ported new features to older standards | 38 |
lpeter1997/cppcmb | A C++ parser-combinator library with a natural grammar notation | 123 |
anthonycalandra/modern-cpp-features | A resource for learning modern C++ language and library features | 19,757 |
malamanteau/handycpp | A collection of utility functions to simplify C++17 development | 13 |
lewissbaker/cppcoro | A library of C++ coroutine abstractions for building high-performance asynchronous programming systems. | 3,424 |
fullstorydev/grpcurl | A command-line tool for interacting with gRPC servers using JSON encoding and protocol buffers. | 10,898 |
cpgf/cpgf | A comprehensive C++ library for callback, reflection, serialization, and script binding with Lua, Python, JavaScript engines. | 220 |