diff options
author | Larry Hajali <larryhaja@gmail.com> | 2015-01-18 07:04:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-18 07:04:59 +0700 |
commit | 7e18e06f207ccb01740573998b8a8e09866804b0 (patch) | |
tree | 574f9e7d4be54e957af696dd2e39f8fb256eb386 /libraries/http-parser/README | |
parent | 74f89b26c070f48a7064537d1553f4d87b9bf89a (diff) |
libraries/http-parser: Added (HTTP request/response parser).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/http-parser/README')
-rw-r--r-- | libraries/http-parser/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/http-parser/README b/libraries/http-parser/README new file mode 100644 index 0000000000000..b6a8d90f014db --- /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. |