mrutkows / openwhisk-knative-build

Knative build resources for Apache OpenWhisk Functions
Apache License 2.0
0 stars 1 forks source link

web action - form data #39

Open pritidesai opened 5 years ago

pritidesai commented 5 years ago

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 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