Matt Sergeant > AxKit2 > parse_post_data

Download:
AxKit2-1.1.tar.gz

Annotate this POD

CPAN RT

New  1
Open  0
View/Report Bugs
Source  

NAME ^

parse_post_data - Parse the body of a POST request

SYNOPSIS ^

  Plugin parse_post_data

And in your plugin:

  my $value = $client->param('foo');

DESCRIPTION ^

By default AxKit2 does not process POST data, leaving this entirely up to the plugin to do that if it so requires. This plugin parses POST form data and places that data in the client's param() API.

Currently only processes forms of type "application/x-www-form-urlencoded" which is the default for HTML forms, but also means that file upload is not yet supported.

CONFIG ^

None.

syntax highlighting: