1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-06 03:27:27 +00:00
Former-commit-id: 7371178a7662a7e55bd1c83a22ae3a4896b449fb
This commit is contained in:
Gerasimos (Makis) Maropoulos
2019-07-24 02:24:47 +03:00
parent 64cd073d73
commit 710cc6da54
3 changed files with 5 additions and 4 deletions

View File

@@ -2390,8 +2390,8 @@ func (ctx *context) ReadXML(xmlObject interface{}) error {
}
// IsErrPath can be used at `context#ReadForm`.
// It reports whether the incoming error is type of `formbinder.ErrPath`,
// which can be ignored when server allows unknown post values to be sent by the client.
// It reports whether the incoming error
// can be ignored when server allows unknown post values to be sent by the client.
//
// A shortcut for the `formbinder#IsErrPath`.
var IsErrPath = formbinder.IsErrPath