therubymug / keymaker

A multi-layer REST API Ruby wrapper for the neo4j graph database.
MIT License
62 stars 12 forks source link

Make Faraday configurable from outside #13

Open benitoDeLaCasita opened 10 years ago

benitoDeLaCasita commented 10 years ago

Add a http_client_custom_initializer attribute in configuration for initializing Faraday with a Proc. This allows in particular to activate the Neo4j streaming mode by setting http header "X-Stream" to true.