
Mod_form is an apache module to decode data submitted from web forms. the decoded data is made available to other apache modules through two optional functions exported by mod_form with apr_declare_optional_fn.
it deals with both get and post methods where the data are encoded using the default content type application/x-www-form-urlencoded.
this package contains the apache module.