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 2017/11/22 01:05:59 UTC

[GitHub] csantanapr opened a new issue #140: CLI HTTP Client Should Return HTTP Body to Commands

csantanapr opened a new issue #140: CLI HTTP Client Should Return HTTP Body to Commands
URL: https://github.com/apache/incubator-openwhisk-cli/issues/140
 
 
   @dubeejw commented on [Wed Mar 22 2017](https://github.com/apache/incubator-openwhisk/issues/2064)
   
   As values returned from Whisk backend can get out of sync with the CLI, the HTTP body of a response should be returned to each command. This way the HTTP body can be directly printed. This allows fields to be added/removed from the backend responses without the CLI needing to be updated unless the modified fields are critical to the functionality of the CLI.
   
   ---
   
   @dubeejw commented on [Wed Mar 22 2017](https://github.com/apache/incubator-openwhisk/issues/2064#issuecomment-288584430)
   
   @csantanapr, @mdeuser, this is technical debt, and should be fixed ASAP.
   
   ---
   
   @dubeejw commented on [Thu Mar 23 2017](https://github.com/apache/incubator-openwhisk/issues/2064#issuecomment-288746685)
   
   All of the commands currently receive the HTTP response from each request, but the response body is not accessible as the connection has already been closed.
   
   

----------------------------------------------------------------
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