# File lib/cuba.rb, line 239
  def header(key)
    lambda { env[key.upcase.tr("-","_")] }
  end