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

NAME

WWW::Postini::UserAgent - HTTP user agent with access to last response

SYNOPSIS

  use WWW::Postini::UserAgent;
  my $ua = new WWW::Postini::UserAgent();

DESCRIPTION

Nearly identical in functionality to its parent class, LWP::UserAgent, this module additionally provides access to the last response it processed. This extra feature is intended to assist with updating WWW::Postini in the event of service upgrades on Postini's part.

CONSTRUCTOR

See LWP::UserAgent for more information

OBJECT METHODS

last_response()

Return the last response processed by the user agent

SEE ALSO

WWW::Postini, LWP::UserAgent

AUTHOR

Peter Guzis, <pguzis@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2005 by Peter Guzis

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.4 or, at your option, any later version of Perl 5 you may have available.

Postini, the Postini logo, Postini Perimeter Manager and preEMPT are trademarks, registered trademarks or service marks of Postini, Inc. All other trademarks are the property of their respective owners.