Class
Typhoeus::NormalizedHeaderHash
In:
lib/typhoeus/normalized_header_hash.rb
Parent:
::Hash
Methods
[]
[]=
delete
dup
fetch
key?
merge
merge!
new
update
Public Class methods
new
(constructor = {})
Public Instance methods
[]
(key)
[]=
(key, value)
delete
(key)
dup
()
fetch
(key, *extras)
key?
(key)
merge
(hash)
merge!
(other_hash)
Alias for
update
update
(other_hash)
[Validate]