NAME
Log::ger::For::HTTP::Tiny - Alias for HTTP::Tiny::Patch::LogGer
VERSION
This document describes version 0.003 of Log::ger::For::HTTP::Tiny (from Perl distribution HTTP-Tiny-Patch-LogGer), released on 2019-06-09.
SYNOPSIS
Use like you would use HTTP::Tiny::Patch::LogGer:
use Log::ger::For::HTTP::Tiny (
-log_request => 1, # default 1
-log_request_content => 1, # default 1
-log_response => 1, # default 1
-log_response_content => 1, # default 0
);
On the command-line:
% perl -MLog::ger::For::HTTP::Tiny -e'...'
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/HTTP-Tiny-Patch-LogGer.
SOURCE
Source repository is at https://github.com/perlancar/perl-HTTP-Tiny-Patch-LogGer.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=HTTP-Tiny-Patch-LogGer
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.
SEE ALSO
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019, 2017 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.