mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
publish version v12.2.0-alpha8
This commit is contained in:
@@ -593,6 +593,9 @@ func (ctx *Context) Proceed(h Handler) bool {
|
||||
return ok
|
||||
}
|
||||
|
||||
// ProceedAndReportIfStopped same as "Proceed" method
|
||||
// but the first output parameter reports whether the "h"
|
||||
// called "StopExecution" manually.
|
||||
func (ctx *Context) ProceedAndReportIfStopped(h Handler) (bool, bool) {
|
||||
ctx.proceeded = internalPauseExecutionIndex
|
||||
|
||||
|
||||
Reference in New Issue
Block a user