f2prateek / train

Chainable HTTP client middleware.
http://f2prateek.com/2016/09/10/powering-up-http-clients-with-train/
MIT License
31 stars 4 forks source link

Retries #3

Closed f2prateek closed 8 years ago

f2prateek commented 8 years ago

Either adapt Hickson for this or pull that functionality into train. Should be easier since each interceptor could provide a retry policy hickson was trying to combine.