C++ Rest SDK
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
|
HTTP client side library. More...
Classes | |
class | http_client |
HTTP client class, used to maintain a connection to an HTTP service for an extended session. More... | |
class | http_client_config |
HTTP client configuration class, used to set the possible configuration options used to create an http_client instance. More... | |
Typedefs | |
typedef void * | native_handle |
HTTP client side library.