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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user