mirror of
https://github.com/kataras/iris.git
synced 2025-03-15 06:46:26 +01:00
minor
This commit is contained in:
parent
d0a27d2c08
commit
5700690dea
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user