module Rack::Request::Env

def get_header(name)

Get a request specific value for `name`.
def get_header(name)
  @env[name]
end