Help for this page

Select Code to Download


  1. or download this
    sub HTTP_Request {
        (undef, $timeout, $url) = @_;
    ...
            else { return "Error: $http->status_message(); }
        } else { return $http->body(); }
    }