Takes an HTTP header name and returns it in the format
# File action_controller/headers.rb, line 26 def normalize_header(header_name) "HTTP_#{header_name.upcase.gsub(/-/, '_')}" end
<code/>
<pre/>
<code/>and<pre/>for code samples.