resilient-http / resilient.js

Fault tolerant and reactive HTTP client for node.js and browsers
184 stars 13 forks source link

Better encapsulation for internal objects from public API #89

Closed h2non closed 9 years ago

h2non commented 10 years ago

Avoid public API consuptiom of private data objects

resilient.servers() // -> return an array of strings
h2non commented 9 years ago

Deprecated. Future redesign will cover this.