Method: Browser::Middleware#redirect

Defined in:
lib/browser/middleware.rb

#redirect(path) ⇒ Object



46
47
48
# File 'lib/browser/middleware.rb', line 46

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