-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

C++ Reactive Programming
By :

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 SDK has the following features that help you to write robust services:
The C++ REST SDK relies on the parallel patterns library's task API. The PPL tasks is a powerful model for composing asynchronous operations based on modern C++ features. The C++ REST SDK supports Windows desktop, Windows Store (UWP), Linux, macOS, Unix, iOS, and Android.
The C++ REST SDK programming model is asynchronous in nature, and we can invoke the API calls in a synchronous manner as well. The following program will demonstrate how we can invoke the HTTP client API calls asynchronously. The program demonstrates the workings of the client side of the HTTP protocol supported...