1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 09:57:01 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-08-31 05:09:59 +03:00
parent d0a27d2c08
commit 5700690dea

View File

@@ -1586,8 +1586,8 @@ func (ctx *Context) URLParamsSorted() []memstore.StringEntry {
return entries
}
// ResetQuery resets the GET URL Query cache.
// New URLParamXXX methods will receive the new parsed values.
// ResetQuery clears the GET URL Query request, temporary, cache.
// Any new URLParamXXX calls will receive the new parsed values.
func (ctx *Context) ResetQuery() {
ctx.query = nil
}