class ActionDispatch::Http::Headers

def self.from_hash(hash)

def self.from_hash(hash)
  new ActionDispatch::Request.new hash
end