mrutkows / openwhisk-knative-build

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

web action - raw http handling #47

Open pritidesai opened 5 years ago

pritidesai commented 5 years ago

OpenWhisk raw web actions interpret and process an incoming HTTP body directly using args.__ow_query and args.__ow_body and return plain text content type.

Introduce raw inside init data and populate __ow_ parameters which are then passed as arguments to action code.