blob: 28b49571c51e51a63ccacaafc973df61834b376c [file] [log] [blame]
POST http://localhost:8080/ HTTP/1.1
content-type: application/json
{
"init": {
"name" : "nodejs-helloworld-with-params",
"main" : "main",
"binary": false,
"code" : "function main(params) {return {payload: 'Hello ' + params.name + ' from ' + params.place + '!'};}"
}
}
###