$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.
AUTHORS
Bizowie <http://bizowie.com>
COPYRIGHT AND LICENSE
Copyright (C) 2013 Bizowie
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.