Skip to content

Instantly share code, notes, and snippets.

@wmakeev
Created November 5, 2014 13:39
Show Gist options
  • Save wmakeev/a60314d305f6c804da35 to your computer and use it in GitHub Desktop.
Save wmakeev/a60314d305f6c804da35 to your computer and use it in GitHub Desktop.
Google Script HTTP GET
{
"queryString": "param1=value11¶m1=value12¶m2=value2",
"parameter": {
"param1": "value11",
"param2": "value2"
},
"contextPath": "",
"parameters": {
"param1": [
"value11",
"value12"
],
"param2": [
"value2"
]
},
"contentLength": -1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment