You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/16 16:20:50 UTC

[GitHub] paulcastro opened a new issue #2392: Refactor Swift Whisk object to use URLSession

paulcastro opened a new issue #2392: Refactor Swift Whisk object to use URLSession
URL: https://github.com/apache/incubator-openwhisk/issues/2392
 
 
   URLSession seems stable enough to use to make network calls for the Whisk Object.   There already exists a function `postUrlSession` in `_Whisk.swift` that can invoke an action.  Using this function instead of the `post` function in KituraNet would move us to using the standard networking class in Foundation.
   
   This is orthogonally related to PR #2391 
 
----------------------------------------------------------------
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