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 2018/02/02 22:30:15 UTC

[GitHub] pritidesai opened a new pull request #707: Adding support for raw HTTP web actions

pritidesai opened a new pull request #707: Adding support for raw HTTP web actions
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/707
 
 
   Closes #704 
   
   This is how you can set an action to be raw http web action:
   
   ```
   packages:
       IntegrationTestWebAction:
           actions:
               greeting:
                   web-export: raw
                   function: src/greeting.js
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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