You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/03/18 20:15:41 UTC

[GitHub] [incubator-openwhisk-devtools] pritidesai opened a new issue #213: knative - body parameters - mapping to function args.

pritidesai opened a new issue #213: knative - body parameters - mapping to function args.
URL: https://github.com/apache/incubator-openwhisk-devtools/issues/213
 
 
   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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services