resilient-http / resilient.js

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

Support status code error fallback per custom method #105

Closed h2non closed 9 years ago

h2non commented 9 years ago
omitFallbackOnErrorCodes: [
  { method: 'POST', codes: [500, 501] }
]

omitRetryOnErrorCodes: [
  { method: 'POST', codes: [500, 501] }
]
h2non commented 9 years ago

Done in 0.2.17