The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

$self->print(...)

Output via http.

$self->header_set('header_type', 'value')

Set output header.

$self->header('content-type')

Set content type.

$self->headers

Returns hashref of response headers

$self->location('url')

Redirect to a url (sets the Location header out).

$self->status(...)

Set output status... (200, 404, etc...) If no argument given, returns status.

COPYRIGHT

Copyright 2011, 2012 Ohio-Pennsylvania Software, LLC.

LICENSE

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.