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


HTTP-Engine-Compat documentation  | view source Contained in the HTTP-Engine-Compat distribution.

Index


NAME

Top

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

SYNOPSIS

Top

    my $c = shift;

DESCRIPTION

Top

Kazuhiro Osawa and HTTP::Engine Authors.

ATTRIBUTES

Top

req
    $c->req

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

res
    $c->res

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

SEE ALSO

Top

HTTP::Engine


HTTP-Engine-Compat documentation  | view source Contained in the HTTP-Engine-Compat distribution.