module HTTPX::Plugins::Retries::InstanceMethods

  1. lib/httpx/plugins/retries.rb

Methods

Public Instance

  1. max_retries

Public Instance methods

max_retries(n)
[show source]
   # File lib/httpx/plugins/retries.rb
91 def max_retries(n)
92   with(max_retries: n)
93 end