Why not adopt me?
NAME
plack-record - Utility script for recording PSGI app requests
VERSION
version 0.02
SYNOPSIS
plack-record > requests.out
plack-record app.psgi > requests.out
plack-record app.psgi requests.out
DESCRIPTION
This script records the requests that go to your PSGI application and writes their serialized forms to a file. If no file is provided, the requests are written to standard out.
OPTIONS
Supports all options that plackup does.
SEE ALSO
plackup, Plack::Middleware::Recorder, plack-replay
AUTHOR
Rob Hoelz <rob@hoelz.ro>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 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.