neoxygen / neo4j-neoclient

Simple PHP HttpClient for the Neo4j ReST API with Multi DB Support
MIT License
121 stars 138 forks source link

Http Client and HA Mode refactoring #17

Closed ikwattro closed 9 years ago

ikwattro commented 9 years ago

This is a big internal change :

It removes all the HA logic from the HttpClient.

The HttpClient has now the sole responsibility to send the request object passed and dispatch events before sending, after sending and in case of http exception.

The HA Mode will be implemented in a HA Event Subscriber Service

BC Break: This break the methods of the commands.