mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 12:31:58 +00:00
Publish version 11.2.7
Former-commit-id: 6a62889e0e1530b04d775298da562d376fee91a1
This commit is contained in:
@@ -1907,7 +1907,7 @@ func (ctx *context) URLParamTrim(name string) string {
|
||||
return strings.TrimSpace(ctx.URLParam(name))
|
||||
}
|
||||
|
||||
// URLParamTrim returns the escaped url query parameter from a request.
|
||||
// URLParamEscape returns the escaped url query parameter from a request.
|
||||
func (ctx *context) URLParamEscape(name string) string {
|
||||
return DecodeQuery(ctx.URLParam(name))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user