class Faraday::Utils::Headers

def initialize(hash = nil)

def initialize(hash = nil)
  super()
  @names = {}
  update(hash || {})
end