
OX::Response - response object for OX

version 0.05

use OX::Request; my $req = OX::Request->new(env => $env); my $response = $req->new_response;

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.


This software is copyright (c) 2012 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.