diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-04 09:48:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-04 09:48:22 +0200 |
commit | 5512c0c3aeef0d0db8ed7fe6cf9c9c089ab86ece (patch) | |
tree | ecde5446ff59ee29bf4c4fb664a15e0b3162caaa | |
parent | 14449100b13d1260b1326a31328b410132200b4d (diff) |
Cosmetic changes
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | manifest | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ -The Apache HTTP Server Request Library is a safe, standards-compliant, -high-performance C library used for parsing HTTP cookies, query-strings and +The Apache HTTP Server Request library is a safe, standards-compliant, +high-performance C library for parsing HTTP cookies, query-strings, and POST data. For more information see: https://httpd.apache.org/apreq/ @@ -1,7 +1,7 @@ : 1 name: libapreq2 version: 0 -summary: Apache HTTP Server Request Library +summary: Apache HTTP Server Request library license: ASLv2; Apache License 2.0 tags: parsing, http, request, cookie, post, multipart/form-data, \ application/x-www-form-urlencoded, interface, api, implementation |