summaryrefslogtreecommitdiffstats
path: root/libraries/http-parser/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/http-parser/README')
-rw-r--r--libraries/http-parser/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/http-parser/README b/libraries/http-parser/README
new file mode 100644
index 0000000000..b6a8d90f01
--- /dev/null
+++ b/libraries/http-parser/README
@@ -0,0 +1,2 @@
+http-parser for HTTP messages written in C. It parses both requests and
+responses. The parser is designed to be used in performance HTTP applications.