module Rack::Response::Helpers

def include?(header)

def include?(header)
  has_header?(header)
end