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