Skip to content

Instantly share code, notes, and snippets.

@wmakeev
Created November 5, 2014 13:38
Show Gist options
  • Select an option

  • Save wmakeev/70d0a33a3e4945392f86 to your computer and use it in GitHub Desktop.

Select an option

Save wmakeev/70d0a33a3e4945392f86 to your computer and use it in GitHub Desktop.
Google Script HTTP POST
{
"queryString": "param1=value11¶m1=value12¶m2=value2",
"postData": {
"contents": "{ \"key1\": \"value1\", \"key2\": \"value2\" }",
"type": "application/javascript",
"name": "postData",
"length": 38
},
"parameter": {
"param1": "value11",
"param2": "value2"
},
"contextPath": "",
"parameters": {
"param1": [
"value11",
"value12"
],
"param2": [
"value2"
]
},
"contentLength": 38
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment