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


HTML-Feature documentation  | view source Contained in the HTML-Feature distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use HTML::Feature::Fetcher;

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

DESCRIPTION

Top

This is a wrapper LWP::UserAgent.

METHODS

Top

new

request

AUTHOR

Top

Takeshi Miki <miki@cpan.org>

LICENSE

Top

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

SEE ALSO

Top


HTML-Feature documentation  | view source Contained in the HTML-Feature distribution.