Takeshi Miki > HTML-Feature > HTML::Feature::Fetcher

Download:
HTML-Feature-3.00010.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

HTML::Feature::Fetcher - Fetch a HTML document.

SYNOPSIS ^

  use HTML::Feature::Fetcher;

  my $fetcher       = HTML::Feature::Fetch->new;
  my $http_response = $fetcher->request($url);

DESCRIPTION ^

This is a wrapper LWP::UserAgent.

METHODS ^

new

request

AUTHOR ^

Takeshi Miki <miki@cpan.org>

LICENSE ^

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

SEE ALSO ^