Class | Faraday::Utils::Headers |
In: |
lib/faraday/utils.rb
|
Parent: | ::Hash |
Adapted from Rack::Utils::HeaderHash
KeyMap | = | Hash.new do |map, key| map[key] = if key.respond_to?(:to_str) then key | symbol -> string mapper + cache |