Skip to content

Instantly share code, notes, and snippets.

@vnpnlz
Created January 26, 2020 04:41
Show Gist options
  • Save vnpnlz/2055977cb578343cdce15605650c7894 to your computer and use it in GitHub Desktop.
Save vnpnlz/2055977cb578343cdce15605650c7894 to your computer and use it in GitHub Desktop.
{
"querystring" : "#foreach($key in $input.params().querystring.keySet())#if($foreach.index > 0)&#end$util.urlEncode($key)=$util.urlEncode($input.params().querystring.get($key))#end",
"body" : $input.json('$')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment