HTTP-Handle
    
    
  
  
  
view release on metacpan or search on metacpan
=pod
=head1 NAME
HTTP::Handle - HTTP Class designed for streaming
=head1 SYNOPSIS
 use HTTP::Handle;
 my $http = HTTP::Handle->new( uri => "http://www.google.com/" );
 $http->connect();
 
 my $fd = $http->fd();
 
testing/handle2 view on Meta::CPAN
=pod
=head1 NAME
HTTP::Handle - HTTP Class designed for streaming
=head1 SYNOPSIS
 use HTTP::Handle;
 my $http = HTTP::Handle->new( uri => "http://www.google.com/" );
 $http->connect();
 
 my $fd = $http->fd();
 
( run in 0.516 second using v1.01-cache-2.11-cpan-5dc5da66d9d )