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/02/16 01:36:44 UTC

[GitHub] karanrk opened a new issue #145: How to set http proxy in openwhisk sdk through nodejs js client

karanrk opened a new issue #145: How to set http proxy in openwhisk sdk through nodejs js client 
URL: https://github.com/apache/incubator-openwhisk-client-js/issues/145
 
 
   I am trying to set http proxy agent from nodejs client but i don't see any relevant config api that would help me to set the proxy agent.
   
   I was looking for something like this
    openwhisk.config.httpOptions.agent= new HttpsProxyAgent(url.parse(proxy));
   
   but the above one fails since there is no httpOption in openwhisk.
   

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