I'd like to add a nodejs request compatible agent configuration.
if(this.__config.agent !== undefined) {
requestOptions.agent = this.__config.agent;
}
in VaultApiClient class constructor. this way, user can pass in e.g. a sockproxyagent to handle the client request.