diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2016-12-21 13:08:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-24 07:33:38 +0700 |
commit | 669bd94eac053c364de8f0ea8f07154339828497 (patch) | |
tree | dd287e52aec576c0d1bbedad0dd24a8971875732 /libraries/cpprestsdk/README | |
parent | f0df813362ee5f9e0843d15d1c264d3520f11ee5 (diff) | |
download | slackbuilds-669bd94eac053c364de8f0ea8f07154339828497.tar.gz |
libraries/cpprestsdk: Added (C++ REST SDK library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/cpprestsdk/README')
-rw-r--r-- | libraries/cpprestsdk/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/cpprestsdk/README b/libraries/cpprestsdk/README new file mode 100644 index 0000000000..38038bcfa5 --- /dev/null +++ b/libraries/cpprestsdk/README @@ -0,0 +1,10 @@ +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 |