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