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/slack-desc | |
parent | 74f89b26c070f48a7064537d1553f4d87b9bf89a (diff) | |
download | slackbuilds-7e18e06f207ccb01740573998b8a8e09866804b0.tar.gz |
libraries/http-parser: Added (HTTP request/response parser).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/http-parser/slack-desc')
-rw-r--r-- | libraries/http-parser/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/http-parser/slack-desc b/libraries/http-parser/slack-desc new file mode 100644 index 0000000000..68eecf1288 --- /dev/null +++ b/libraries/http-parser/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +http-parser: http-parser (HTTP request/response parser for c) +http-parser: +http-parser: http-parser for HTTP messages written in C. It parses both requests +http-parser: and responses. The parser is designed to be used in performance HTTP +http-parser: applications. +http-parser: +http-parser: Homepage: https://github.com/joyent/http-parser +http-parser: +http-parser: +http-parser: +http-parser: |