providers/http: Add queryEscape, queryUnescape
This commit is contained in:
@@ -26,6 +26,8 @@ func (this *Provider) FuncMap () template.FuncMap {
|
|||||||
"parseForm": funcParseForm,
|
"parseForm": funcParseForm,
|
||||||
"error": funcError,
|
"error": funcError,
|
||||||
"redirect": funcRedirect,
|
"redirect": funcRedirect,
|
||||||
|
"queryEscape": url.QueryEscape,
|
||||||
|
"queryUnescape": url.QueryUnescape,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user