There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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