mango009 opened a new issue, #5212:
URL: https://github.com/apache/openwhisk/issues/5212
Cannot set `raw-http` annotation to true
```
$ wsk -i action create handler --kind nodejs:14 handler.js -a raw-http true
--web true --timeout 300000
$ ok: created action handler
$ wsk -i action get handler
$ ok: got action handler
{
"namespace": "guest",
"name": "handler",
"version": "0.0.1",
"exec": {
"kind": "nodejs:14",
"binary": false
},
"annotations": [
{
"key": "web-export",
"value": true
},
{
"key": "raw-http",
"value": false
},
{
"key": "final",
"value": true
},
{
"key": "provide-api-key",
"value": false
},
{
"key": "exec",
"value": "nodejs:14"
}
],
"limits": {
"timeout": 300000,
"memory": 256,
"logs": 10,
"concurrency": 1
},
"publish": false,
"updated": 1649737589688
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]