diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:31:25 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:31:25 -0400 |
commit | aaf7039f0249e2f1067b4cebcf71b86e3b966d85 (patch) | |
tree | ea3bcde5d6164759f482b4cb0e34f41b0563ce96 /libraries/http-parser/README | |
parent | 6fa3c40066d5e86135636d5e261a7f60cf430f63 (diff) | |
download | slackbuilds-aaf7039f0249e2f1067b4cebcf71b86e3b966d85.tar.gz |
libraries/http-parser: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/http-parser/README')
-rw-r--r-- | libraries/http-parser/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/http-parser/README b/libraries/http-parser/README index b6a8d90f01..be32d6c85c 100644 --- a/libraries/http-parser/README +++ b/libraries/http-parser/README @@ -1,2 +1,3 @@ -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. +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. |