From 7e18e06f207ccb01740573998b8a8e09866804b0 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sun, 18 Jan 2015 07:04:59 +0700 Subject: libraries/http-parser: Added (HTTP request/response parser). Signed-off-by: Willy Sudiarto Raharjo --- libraries/http-parser/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 libraries/http-parser/README (limited to 'libraries/http-parser/README') 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. -- cgit v1.2.3