aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--manifest2
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 2e4dc5d..2769aff 100644
--- a/README
+++ b/README
@@ -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/
diff --git a/manifest b/manifest
index 10d59d7..4a0f7d9 100644
--- a/manifest
+++ b/manifest
@@ -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