AxKit2

 view release on metacpan or  search on metacpan

plugins/parse_post_data  view on Meta::CPAN


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

=head1 DESCRIPTION

By default AxKit2 does not process C<POST> data, leaving this entirely up to
the plugin to do that if it so requires. This plugin parses C<POST> form data
and places that data in the client's C<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.

=head1 CONFIG

None.

=cut

sub hook_body_data {
    my ($self, $bref) = @_;



( run in 1.345 second using v1.01-cache-2.11-cpan-b16cb0d3907 )