The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

plack-replay - Utility script for replaying PSGI app requests

VERSION

version 0.03

SYNOPSIS

  plack-replay requests.out

  plack-replay requests.out http://my.server/

  plack-replay requests.out app.psgi

DESCRIPTION

This script replays a sequence of requests previously recorded by plack-record against a server or a PSGI application. If the server is not specified, the requests are replayed against the server that recorded them.

OPTIONS

-h, --help

Outputs the help for plack-replay.

-v, --verbose

Increases the verbosity of plack-replay. By default, plack replay outputs nothing; verbosity level one outputs the status line of each response. Verbosity level two outputs each HTTP response in its entirety.

SEE ALSO

plack-record, Plack::Middleware::Recorder

AUTHOR

Rob Hoelz <rob@hoelz.ro>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Rob Hoelz.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/hoelzro/plack-middleware-recorder/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.