NAME
    Log::Any::For::HTTP::Tiny - Add logging to HTTP::Tiny

VERSION
    version 0.01

SYNOPSIS
     use Log::Any::For::LWP
         -log_request          => 1, # optional, default 1 (from HTTP::Tiny::Patch::LogAny)
         -log_response         => 1, # optional, default 1 (from HTTP::Tiny::Patch::LogAny)
         -log_response_content => 1, # optional, default 0 (from HTTP::Tiny::Patch::LogAny)
     ;

DESCRIPTION
    An alias for HTTP::Tiny::Patch::LogAny.

SEE ALSO
    HTTP::Tiny::Patch::LogAny

    Log::Any

AUTHOR
    Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2012 by Steven Haryanto.

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