Kazuhiro Osawa > HTTP-Engine-Compat-0.01 > HTTP::Engine::Compat::Context

Download:
HTTP-Engine-Compat-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: HTTP-Engine-Compat-0.03

NAME ^

HTTP::Engine::Compat::Context - Context object

SYNOPSIS ^

    my $c = shift;

DESCRIPTION ^

Kazuhiro Osawa and HTTP::Engine Authors.

ATTRIBUTES ^

req
    $c->req

The instance of the HTTP::Engine::Request.

res
    $c->res

The instance of the HTTP::Engine::Response.

SEE ALSO ^

HTTP::Engine