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

Plack::Test::MockHTTP - Run mocked HTTP tests through PSGI applications

DESCRIPTION

Plack::Test::MockHTTP is a utility to run PSGI application given HTTP::Request objects and return HTTP::Response object out of PSGI application response. See Plack::Test how to use this module.

AUTHOR

Tatsuhiko Miyagawa

SEE ALSO

Plack::Test