summaryrefslogtreecommitdiff
path: root/www/p5-libapreq/pkg-descr
blob: 22c7c9afd087c1829bef97a2ec93461c0cb2a9e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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.