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