Method: HTTPClient#follow_redirect_count

Defined in:
lib/httpclient.rb

#follow_redirect_countObject

How many times get_content and post_content follows HTTP redirect. 10 by default.



327
328
329
# File 'lib/httpclient.rb', line 327

def follow_redirect_count
  @follow_redirect_count
end