class Browser::Middleware

def redirect(path)

def redirect(path)
  [302, {"Content-Type" => "text/html", "Location" => path}, []]
end