NAME
OX::Response - response object for OX
VERSION
version 0.14
SYNOPSIS
use OX::Request;
my $req = OX::Request->new(env => $env);
my $response = $req->new_response;
DESCRIPTION
This class is a simple subclass of Web::Response. Right now, it doesn't add any additional functionality, but it does provide a place to add new features in later.
AUTHORS
Stevan Little <stevan.little@iinteractive.com>
Jesse Luehrs <doy@tozt.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Infinity Interactive.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.