Group
Extension

Matches 1

Web-Simple ( A/AP/APEIRON/Web-Simple-0.017.tar.gz, APEIRON, 2012; MetaCPAN )
Web-Simple/lib/Web/Simple/Application.pm ( view source; MetaCPAN )
ept: text/html form_field_name form_field_value
  
  $ ./myapp POST / Content-Type: text/json Content: '{ "json": "here" }'

The body of the response is sent to STDOUT and the headers to STDERR, so

 
est_request(
              POST => '/',
              'Content-Type:' => 'text/json',
              'Content:' => '{ "json": "here" }',
            );

=head1 AUTHORS

See L<Web::Simple> for authors.

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.