Unescapes a URL percent-encoded string.
url_decode(str: string) -> string
Returns the documented result for the function signature.
respond { status = 200 body = { callback = url_decode(ctx.request.query.callback) } }