class Faraday::Utils::ParamsHash

def include?(key)

def include?(key)
  super(convert_key(key))
end