1
0
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:
Gerasimos (Makis) Maropoulos
2020-06-09 10:20:21 +03:00
parent caa2545e3b
commit 350887d302
2 changed files with 11 additions and 1 deletions

View File

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