mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
Context.IsCanceled() minor improvement
This commit is contained in:
@@ -506,6 +506,10 @@ var (
|
||||
//
|
||||
// A shortcut for the `context#IsErrPath`.
|
||||
IsErrPath = context.IsErrPath
|
||||
// IsErrCanceled reports whether the "err" is caused by a cancellation or timeout.
|
||||
//
|
||||
// A shortcut for the `context#IsErrCanceled`.
|
||||
IsErrCanceled = context.IsErrCanceled
|
||||
// ErrEmptyForm is the type error which API users can make use of
|
||||
// to check if a form was empty on `Context.ReadForm`.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user