aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-07-04 09:48:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-07-04 09:48:22 +0200
commit5512c0c3aeef0d0db8ed7fe6cf9c9c089ab86ece (patch)
treeecde5446ff59ee29bf4c4fb664a15e0b3162caaa
parent14449100b13d1260b1326a31328b410132200b4d (diff)
Cosmetic changes
-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