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.
Classes | Typedefs
web::http::client Namespace Reference

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
 

Detailed Description

HTTP client side library.