module HTTPX::Plugins::FollowRedirects::InstanceMethods

  1. lib/httpx/plugins/follow_redirects.rb

Methods

Public Instance

  1. max_redirects

Public Instance methods

max_redirects(n)
[show source]
   # File lib/httpx/plugins/follow_redirects.rb
46 def max_redirects(n)
47   with(max_redirects: n.to_i)
48 end