
The c++ rest sdk (codename "casablanca") is a microsoft project for cloud-based client-server communication in native code using a modern asynchronous c++ api design. this project allows c++ developers to take advantage of the radical shift in software architecture that cloud computing represents.
* support for accessing rest services from native code on linux, windows
vista, windows 7, and windows 8 by providing asynchronous c++ bindings
to http, json, and uris
* implementation of asynchronous streams and stream buffers
* a consistent and powerful model for composing asynchronous operations based
on c++ 11 features
* a set of samples and reference documentation
* new experimental features such as http listener library and support for
windows phone 8 and windows xp.
this package contains the common documentation.