freebsd-ports/www/p5-libapreq/pkg-descr
Vanilla I. Shu 60d0e42179 libapreq - Generic Apache Request Library
PR:		ports/17370
Submitted by:	frank@exit.com (Frank Mayhar)
2000-03-19 05:42:08 +00:00

12 lines
357 B
Plaintext

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.