Module: HTTPX::Plugins::Retries::InstanceMethods

Defined in:
lib/httpx/plugins/retries.rb

Instance Method Summary collapse

Instance Method Details

#max_retries(n) ⇒ Object



91
92
93
# File 'lib/httpx/plugins/retries.rb', line 91

def max_retries(n)
  with(max_retries: n)
end