# File lib/faraday/utils.rb, line 26 def [](k) k = KeyMap[k] super(k) || super(@names[k.downcase]) end