libapache2-mod-form-dev

Apache module to decode data submitted from web forms (development files)
  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 development files for apache modules that wish to rely on mod_form.