resilient-http / resilient.js

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

Use promises with request methods #142

Closed jangot closed 7 years ago

jangot commented 7 years ago

137

h2non commented 7 years ago

Thanks for the PR! I have implemented this directly in master. For implementation details, see: https://github.com/resilient-http/resilient.js/commit/d26c773d1c6474d0d6659c932bfd27b4a725dd01

I will release v0.4.0 soon with this feature.

h2non commented 7 years ago

resilient v0.4.0 is now available on npm. Thanks for the contributions!