blob: bc9c6a0615aeb41e748a7a67419d71d5e590a47f [file] [log] [blame]
POST http://localhost:8080/ HTTP/1.1
content-type: application/json
{
"init": {
"name" : "nodejs-web-action-raw",
"main" : "main",
"binary": false,
"code" : "function main(params) { return { response: params }; }",
"raw": true
}
}
###