in clients/nodejs/client.js [5:8]
constructor(url) { this.url = url; this.getter = url.match(/^https/i) ? https : http; }