1
0
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:
Gerasimos (Makis) Maropoulos
2022-02-26 21:27:04 +02:00
parent 20fa672097
commit b4b1f73df6
6 changed files with 9 additions and 6 deletions

View File

@@ -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