Open aenario opened 6 years ago
In cozy-desktop, to support proxies, we need to setup an http.agent for every request.
It will be cool to have a quick way to do it at cozy-client level, like cozy.baseFetchOptions = {agent: myAgent}
cozy.baseFetchOptions = {agent: myAgent}
In cozy-desktop, to support proxies, we need to setup an http.agent for every request.
It will be cool to have a quick way to do it at cozy-client level, like
cozy.baseFetchOptions = {agent: myAgent}