Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cURL-like functionality

Status
Not open for further replies.

BNPMike

Technical User
Joined
Sep 17, 2001
Messages
1,818
Location
GB
If you buy PHP hosting you'll typically get libcurl. For Ruby, is there something similar in the 'base build'? (cURL gives you http etc methods to eg script other web sites).

 
The standard library contains Net::HTTP and Net::FTP. With the URI module, you can have a lot of the cURL functionality for free. It also uses ruby threads nicely.

: Daniel :

-
 
Many thanks, guys

BNPMike

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top