slackbuilds/libraries/cpprestsdk
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
cpprestsdk.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
cpprestsdk.info libraries/cpprestsdk: Updated for version 20201210_eb6801f. 2021-04-17 23:16:31 -05:00
slack-desc libraries/cpprestsdk: Fix slack-desc. 2017-03-25 13:26:44 +00:00

README

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. 

What's in the SDK:
 - Features - HTTP client/server, JSON, URI, asynchronous streams, 
              WebSockets client, oAuth
 - PPL Tasks - A powerful model for composing asynchronous 
               operations based on C++ 11 features