We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d3efb commit 2865414Copy full SHA for 2865414
lib/faraday/retry/retryable.rb
@@ -1,7 +1,7 @@
1
# frozen_string_literal: true
2
3
-# Adds the ability to retry a request based on settings and errors that have occurred.
4
module Faraday
+ # Adds the ability to retry a request based on settings and errors that have occurred.
5
module Retryable
6
def with_retries(env:, options:, retries:, body:, errmatch:)
7
yield
0 commit comments