| HTTP-Engine-Compat documentation | view source | Contained in the HTTP-Engine-Compat distribution. |
HTTP::Engine::Compat::Context - Context object
my $c = shift;
Kazuhiro Osawa and HTTP::Engine Authors.
$c->req
The instance of the HTTP::Engine::Request.
$c->res
The instance of the HTTP::Engine::Response.
| HTTP-Engine-Compat documentation | view source | Contained in the HTTP-Engine-Compat distribution. |