apache / apache/openwhisk-devtools

knative - form data - support web action form data

Open
#215 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.