Method: HTTPX::Plugins::FollowRedirects::RequestMethods#max_redirects

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

#max_redirectsObject



94
95
96
# File 'lib/httpx/plugins/follow_redirects.rb', line 94

def max_redirects
  @options.max_redirects || MAX_REDIRECTS
end