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