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
78 def max_retries(n)
79   with(max_retries: n.to_i)
80 end