class Typhoeus::Easy

def response_code

def response_code
  get_info_long(INFO_VALUES[:CURLINFO_RESPONSE_CODE])
end