diff options
author | Andrzej Telszewski <atelszewski@gmail.com> | 2014-05-27 08:12:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-28 23:45:40 +0700 |
commit | 2d9ffc495ffc53552c9d9591ee435fc41b984bbf (patch) | |
tree | b26f3a3ce794fb3fd6eed7cd86af946f7bda34df /libraries/serf/README | |
parent | 8f1bd581e8d84d86cfd299477ea625e11a64f60a (diff) | |
download | slackbuilds-2d9ffc495ffc53552c9d9591ee435fc41b984bbf.tar.gz |
libraries/serf: Added (asynchronous HTTP client library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/serf/README')
-rw-r--r-- | libraries/serf/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/serf/README b/libraries/serf/README new file mode 100644 index 0000000000..de01cb4d90 --- /dev/null +++ b/libraries/serf/README @@ -0,0 +1,10 @@ +The serf library is a high performance C-based HTTP client library built upon +the Apache Portable Runtime (APR) library. It is permissively licensed under +the Apache License, v2. + +Key features: +* multiplexed, asynchronous connections, +* SSL/TLS support, +* full HTTP pipelining, +* multiple authentication modes (Basic, Digest, Kerberos/NTLM), +* zero-copy support for increased throughput. |