NAME

Net::OpenSocial::Client::Agent::Dump - Agent for debug

SYNOPSIS

my $client = Net::OpenSocial::Client->new(
    agent => Net::OpenSocial::Client::Agent::Dump->new,
    ...
);

DESCRIPTION

For debug, this agent dump HTTP::Request and HTTP::Response object around requesting. Decorator of LWP::UserAgent.

METHODS

request

Interface same as LWP::UserAgent

AUTHOR

Lyo Kato, <lyo.kato@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2009 by Lyo Kato

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.