mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-06 00:03:36 -04:00
retry_if allows users to provide a block that will receive the env and exception objects and should decide if the call should be retried or not. Fixes #298.