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

NAME

OX::Response - response object for OX

VERSION

version 0.11

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 at iinteractive.com>

  • Jesse Luehrs <doy at cpan dot org>

COPYRIGHT AND LICENSE

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