apache / apache/openwhisk-devtools
knative - form data - support web action form data
Open
- Dominant language
- JavaScript
- Stars
- 181
- Forks
- 124
- PR merge metrics
- No merged PRs in 30d
Description
OpenWhisk web actions may receive URL encoded form data `application/x-www-form-urlencoded` as input in addition to standard `application/json`.
V.S. Knative web actions only accepts `application/json` data. We need to find a way using [build file](https://github.com/mrutkows/openwhisk-knative-build/blob/master/runtimes/javascript/tests/webactionhelloworld/build.yaml.tmpl) to configure input data, may be with `arguments`:
https://github.com/mrutkows/openwhisk-knative-build/blob/master/runtimes/javascript/tests/webactionhelloworld/build.yaml.tmpl#L14
Contributor guide
Assessment
This issue has not been assessed yet.