summaryrefslogtreecommitdiffstats
path: root/libraries/cpprestsdk/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/cpprestsdk/README')
-rw-r--r--libraries/cpprestsdk/README10
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