You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Curb - Ruby libcurl Bindings
I was told Curb might help me out as I transition a PHP app to RoR.
I'm trying to find an equivalent method of setting the outgoing IP
address for a cURL call. I was trying to using open-uri, but it seems
no such method exists.
In PHP, I was using: curl_setopt and passing curlopt_interface.