mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
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.
|