libapache2-mod-form

Apache module to decode data submitted from web forms
  http://apache.webthing.com/mod_form/
  0
  no reviews



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.