5390ab2d30
http://httpd.apache.org/apreq/ 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.
11 lines
388 B
Text
11 lines
388 B
Text
libapreq - Generic Apache Request Library
|
|
http://httpd.apache.org/apreq/
|
|
|
|
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.
|