resilient-http / resilient.js

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

Add retry event listener #70

Closed h2non closed 10 years ago

h2non commented 10 years ago
resilient.on('request:retry', function (options, retryAttempt) {})
h2non commented 10 years ago

Done!