# File lib/action_dispatch/http/headers.rb, line 17 def [](header_name) if include?(header_name) super else super(env_name(header_name)) end end