Class Faraday::Utils::Headers
In: lib/faraday/utils.rb
Parent: ::Hash

Adapted from Rack::Utils::HeaderHash

Methods

from   initialize_copy   new  

Constants

KeyMap = Hash.new do |map, key| value = if key.respond_to?(:to_str)   symbol -> string mapper + cache

Public Class methods

Public Instance methods

on dup/clone, we need to duplicate @names hash

[Validate]