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.
|
The web namespace contains functionality common to multiple protocols like HTTP and WebSockets. More...
Namespaces | |
http | |
Declarations and functionality for the HTTP protocol. | |
json | |
Library for parsing and serializing JSON values to and from C++ types. | |
Classes | |
class | credentials |
Represents a set of user credentials (user name and password) to be used for authentication. More... | |
class | uri |
A flexible, protocol independent URI implementation. More... | |
class | uri_builder |
Builder for constructing URIs incrementally. More... | |
class | uri_exception |
A single exception type to represent errors in parsing, encoding, and decoding URIs. More... | |
class | web_proxy |
web_proxy represents the concept of the web proxy, which can be auto-discovered, disabled, or specified explicitly by the user. More... | |
The web namespace contains functionality common to multiple protocols like HTTP and WebSockets.