NAME
HTTP::Engine::Compat::Context - Context object
SYNOPSIS
my $c = shift;
DESCRIPTION
Kazuhiro Osawa and HTTP::Engine Authors.
ATTRIBUTES
- req
-
$c->reqThe instance of the HTTP::Engine::Request.
- res
-
$c->resThe instance of the HTTP::Engine::Response.