Ejemplo n.º 1
0
func abortView() {
	uweb.Abort(503, "the system is down")
}
Ejemplo n.º 2
0
func noAuthView() {
	uweb.Abort(401, "never seen")
}
Ejemplo n.º 3
0
func notFoundView() {
	uweb.Abort(404, "Page Not Found")
}