class Troy::Server

def redirect(path)

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