mrutkows / openwhisk-knative-build

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

web action - projecting fields from the result #44

Open pritidesai opened 5 years ago

pritidesai commented 5 years ago

OpenWhisk web actions support responses which can be projected out one or more levels, for example, /guest/demo/hello.html/body, this allows an action which returns a dictionary {body: "..." } to project the body property and directly return its value instead. This is currently not supported with knative web actions because of lack of extensions support as part of URL (see issue #40)