mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
60d0e42179
PR: ports/17370 Submitted by: frank@exit.com (Frank Mayhar)
12 lines
357 B
Plaintext
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.
|