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

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

This is a wrapper LWP::UserAgent.


Takeshi Miki <miki@cpan.org>

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