solr-node-client
solr-node-client copied to clipboard
# 195 support http and https proxy
I replaced the module request for the modules http/https to support requests to a solr via http and https proxy. The module request has built-in proxy support. It uses the proxy conditions set in process.env.http_proxy, process.env.https_proxy and process.env.no_proxy.
I'm sorry for not adding automated tests under http proxy because I couldn't find any simple ways to create automated-test via a proxy server.