* Perform a 302 redirect to `url`. * * The string "back" is special-cased * to provide Referrer support, when Referrer * is not present `alt` or "/" is used. * * Examples: * * this.redirect('back'); * this.redirect('back', '/index.html'); * this.redir
(url: string, alt?: string)
| 400 | * this.redirect('http://google.com'); |
| 401 | */ |
| 402 | redirect(url: string, alt?: string): void; |
| 403 | |
| 404 | /** |
| 405 | * get controller instance |
no outgoing calls
no test coverage detected