Method: HTTPX::Plugins::FollowRedirects::RequestMethods#max_redirects
- Defined in:
- lib/httpx/plugins/follow_redirects.rb
#max_redirects ⇒ Object
131 132 133 |
# File 'lib/httpx/plugins/follow_redirects.rb', line 131 def max_redirects .max_redirects || MAX_REDIRECTS end |