HTTP-Handle
view release on metacpan or search on metacpan
}
=pod
=item $http->fd()
Get the file descriptor (socket) we're using to connect.
=cut
sub fd($) {
my $self = shift;
return $self->{"socket"};
}
=pod
=item $http->url( [ url_string ])
Get or set the URL. If a url string is passed, you will change the url
testing/handle2 view on Meta::CPAN
}
=pod
=item $http->fd()
Get the file descriptor (socket) we're using to connect.
=cut
sub fd($) {
my $self = shift;
return $self->{"socket"};
}
=pod
=item $http->url( [ url_string ])
Get or set the URL. If a url string is passed, you will change the url
( run in 0.803 second using v1.01-cache-2.11-cpan-5b529ec07f3 )