diff options
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. |