method
merge!
rails latest stable - Class:
ActionDispatch::Http::Headers
merge!(headers_or_env)public
Adds the contents of headers_or_env to original instance entries; duplicate keys are overwritten with the values from headers_or_env.
merge!(headers_or_env)Adds the contents of headers_or_env to original instance entries; duplicate keys are overwritten with the values from headers_or_env.