mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
Implement a GetURI to get the full uri of a (named) route
This commit is contained in:
@@ -100,6 +100,7 @@ type (
|
||||
// SetHeader sets the response headers first parameter is the key, second is the value
|
||||
SetHeader(string, string)
|
||||
Redirect(string, ...int)
|
||||
RedirectTo(routeName string, args ...interface{})
|
||||
// Errors
|
||||
NotFound()
|
||||
Panic()
|
||||
|
||||
Reference in New Issue
Block a user