aboutsummaryrefslogtreecommitdiff
path: root/www/p5-libapreq/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-libapreq/pkg-descr')
-rw-r--r--www/p5-libapreq/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/p5-libapreq/pkg-descr b/www/p5-libapreq/pkg-descr
new file mode 100644
index 000000000000..22c7c9afd087
--- /dev/null
+++ b/www/p5-libapreq/pkg-descr
@@ -0,0 +1,11 @@
+libapreq - Generic Apache Request Library
+
+This package contains modules for manipulating client request data via
+the Apache API with Perl and C. Functionality includes:
+
+ - parsing of application/x-www-form-urlencoded data
+ - parsing of multipart/form-data
+ - parsing of HTTP Cookies
+
+See libapreq.pod for the C API documentation and
+eg/c/ for examples.