Skip to content
This repository has been archived by the owner on Jun 28, 2018. It is now read-only.

Register neo4j driver using a pseudo neo4js protocol scheme. #216

Merged
merged 1 commit into from
May 9, 2017

Commits on May 9, 2017

  1. 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.
    Sam Mulube committed May 9, 2017
    Configuration menu
    Copy the full SHA
    250543a View commit details
    Browse the repository at this point in the history