diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-03-19 05:42:08 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-03-19 05:42:08 +0000 |
commit | 60d0e4217995970fbbde8dfd0ec922540307a867 (patch) | |
tree | 2fcb5c04d47bc8a218adc97322043ddae28bc399 /www/p5-libapreq/pkg-descr | |
parent | 89d74dcb41c1c03660745afebd459c95bb2cc485 (diff) |
Notes
Diffstat (limited to 'www/p5-libapreq/pkg-descr')
-rw-r--r-- | www/p5-libapreq/pkg-descr | 11 |
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. |