diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-01-04 12:01:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-04 12:01:21 +0700 |
commit | 6e59605d72dcfa62600b5f598fcce00cd81e9c44 (patch) | |
tree | 5402c5f76a735a48d4fe3fb49c1771dff024cea2 /libraries/restbed/README | |
parent | 926a79efa063d195f4eedd8d54dcf6d74b668917 (diff) |
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/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libraries/restbed/README b/libraries/restbed/README new file mode 100644 index 000000000000..5558b78f9a4a --- /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 |