This repository has been archived by the owner on Jun 28, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Register neo4j driver using a pseudo
neo4js
protocol scheme.
Neo4J supports both `http` and `https` connections, however `https` connections weren't supported previously as the `neo4j` URL scheme currently used to identify the driver type is always substituted for just `http`. This PR also registers the driver under an alternate key: `neo4js` which given the way the scheme substitution happens, should allow the driver to correctly create an `https` connection URL. This will allow the library to be used for cases where we don't have access to the plain `http` endpoint.
- Loading branch information