erikdubbelboer / fasthttp

This fork has been deprecated!
MIT License
50 stars 12 forks source link

Configuration for automatic retry for idempotent calls #7

Closed NexoMichael closed 6 years ago

NexoMichael commented 6 years ago

The fix allows to configure retries attempts count for idempotent calls made by HostClient. Motivation: a lot of API's do not treat PUT/DELETE/HEAD HTTP requests as idempotent that's why retrying of this calls can lead to serious behaviour issues.

erikdubbelboer commented 6 years ago

Thanks.