The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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