
The generic apache request library (apr) contains modules for manipulating client request data with the apache api from perl and c. functionality includes:
- parsing of application/x-www-form-urlencoded data
- parsing of multipart/form-data
- parsing of http cookies
this package contains the main library.