summaryrefslogtreecommitdiff
path: root/libraries/proxygen/README
diff options
context:
space:
mode:
authorAndre Barboza <bmg.andre@gmail.com>2017-01-06 00:15:43 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-06 00:20:07 +0700
commit643eb91e6fcdc7aca0aa02881f303a4cc80305f3 (patch)
tree6277a60d85d93c580ca13ef6869ce93d63de4515 /libraries/proxygen/README
parent9aeca180be4637334afba35b70785c0885edf154 (diff)
downloadslackbuilds-643eb91e6fcdc7aca0aa02881f303a4cc80305f3.tar.gz
libraries/proxygen: Added (Facebook's C++ HTTP Libraries).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/proxygen/README')
-rw-r--r--libraries/proxygen/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/proxygen/README b/libraries/proxygen/README
new file mode 100644
index 0000000000..afff9833d9
--- /dev/null
+++ b/libraries/proxygen/README
@@ -0,0 +1,9 @@
+Proxygen: Facebook's C++ HTTP Libraries
+
+This project comprises the core C++ HTTP abstractions used at Facebook.
+Internally, it is used as the basis for building many HTTP servers,
+proxies, and clients. This release focuses on the common HTTP
+abstractions and our simple HTTPServer framework. Future releases will
+provide simple client APIs as well. The framework supports HTTP/1.1,
+SPDY/3, SPDY/3.1, and HTTP/2. The goal is to provide a simple,
+performant, and modern C++ HTTP library.