NAME
HTML::Feature::Fetcher - Fetch a HTML document.
SYNOPSIS
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.