# File lib/excon/response.rb, line 79 def get_header(name) headers.each do |key,value| if key.casecmp(name) == 0 return value end end nil end