mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 18:07:01 +00:00
minor
This commit is contained in:
@@ -1586,8 +1586,8 @@ func (ctx *Context) URLParamsSorted() []memstore.StringEntry {
|
|||||||
return entries
|
return entries
|
||||||
}
|
}
|
||||||
|
|
||||||
// ResetQuery resets the GET URL Query cache.
|
// ResetQuery clears the GET URL Query request, temporary, cache.
|
||||||
// New URLParamXXX methods will receive the new parsed values.
|
// Any new URLParamXXX calls will receive the new parsed values.
|
||||||
func (ctx *Context) ResetQuery() {
|
func (ctx *Context) ResetQuery() {
|
||||||
ctx.query = nil
|
ctx.query = nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user