On 07/28/2017 06:55 PM, Timo Paulssen wrote:
If you use the other interface where you create a curl object a la
LibCurl::Easy.new, you can just

     $my_curl_object.Host("the-host.com");
     $my_curl_object.referer("example.com");
     $my_curl_object.cookie("the-cookie");
     $my_curl_object.useragent("me");

hth
   - Timo


That is intuitive.  I love it.  Thank you!

Anything for following links?



--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Computers are like air conditioners.
They malfunction when you open windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reply via email to