class Curl::Easy

def follow_location=(onoff)


specified by +max_redirects+.
in HTTP responses. Redirects will only be followed to the extent
Configure whether this Curl instance will follow Location: headers

easy.follow_location = boolean => boolean
call-seq:
def follow_location=(onoff)
  set :followlocation, onoff
end