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


WWW-Postini documentation  | view source Contained in the WWW-Postini distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

See LWP::UserAgent for more information

OBJECT METHODS

Top

last_response()

Return the last response processed by the user agent

SEE ALSO

Top

WWW::Postini, LWP::UserAgent

AUTHOR

Top

Peter Guzis, <pguzis@cpan.org>

COPYRIGHT AND LICENSE

Top


WWW-Postini documentation  | view source Contained in the WWW-Postini distribution.