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

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