Module: HTTPX::Plugins::FollowRedirects::InstanceMethods
- Defined in:
- lib/httpx/plugins/follow_redirects.rb
Instance Method Summary collapse
Instance Method Details
#max_redirects(n) ⇒ Object
47 48 49 |
# File 'lib/httpx/plugins/follow_redirects.rb', line 47 def max_redirects(n) with(max_redirects: n.to_i) end |