resilient-http / resilient.js

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

Add middleware for requests #78

Closed h2non closed 9 years ago

h2non commented 10 years ago
resilient.use(function requestProxy(options) {
  thread().run(function (options, done) {
    lil.http(options, done)
  }, [ options ])
})
h2non commented 10 years ago

Deprecated for 0.2.0

h2non commented 9 years ago

Supported in 0.3.0