mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
add godoc for #1533
Former-commit-id: face69d4018159e804c1461c8faf3e629a61b653
This commit is contained in:
2
iris.go
2
iris.go
@@ -579,7 +579,7 @@ var (
|
||||
// A shortcut for the `context#CookieEncoding`.
|
||||
CookieEncoding = context.CookieEncoding
|
||||
|
||||
// IsErrPath can be used at `context#ReadForm`.
|
||||
// IsErrPath can be used at `context#ReadForm` and `context#ReadQuery`.
|
||||
// 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.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user