class Curl::Easy

def cookiefile=(value)


engine, or this option will be ignored.
*Note* that you must set enable_cookies true to enable the cookie

Set a file that contains cookies to be sent in subsequent requests by this Curl::Easy instance.

easy.cookiefile = string => string
call-seq:
def cookiefile=(value)
  set :cookiefile, value
end