summaryrefslogtreecommitdiffstats
path: root/libraries/restbed/README
diff options
context:
space:
mode:
author Andre Barboza2017-01-04 06:01:21 +0100
committer Willy Sudiarto Raharjo2017-01-04 06:01:21 +0100
commit6e59605d72dcfa62600b5f598fcce00cd81e9c44 (patch)
tree5402c5f76a735a48d4fe3fb49c1771dff024cea2 /libraries/restbed/README
parent926a79efa063d195f4eedd8d54dcf6d74b668917 (diff)
downloadslackbuilds-6e59605d72dcfa62600b5f598fcce00cd81e9c44.tar.gz
libraries/restbed: Added (asynchronous C++11 RESTful framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/restbed/README')
-rw-r--r--libraries/restbed/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/libraries/restbed/README b/libraries/restbed/README
new file mode 100644
index 0000000000..5558b78f9a
--- /dev/null
+++ b/libraries/restbed/README
@@ -0,0 +1,14 @@
+Restbed is a comprehensive and consistent programming model for
+building applications that require seamless and secure
+communication over HTTP, with the ability to model a range of
+business processes, designed to target mobile, tablet, desktop
+and embedded production environments.
+
+Features include:
+
+ WebSockets, Server-Sent Events, Session Management,
+ HTTP Pipelining, Path Parameters, Query Parameters,
+ Header Filters, Logging, Multi-Path Resources,
+ Customisable Methods, Compression, Encoding,
+ HTTP/HTTPS, IPv4/IPv6, Converters, Authentication
+ Error Handling, Address Binding, Signal Handling