resilient-http / resilient.js

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

Custom promiscuous error codes support #100

Closed h2non closed 9 years ago

h2non commented 9 years ago
Resilient({
  service: {
    promiscuousErrors: [401, 403, 404]
  }
})
h2non commented 9 years ago

Done!