# File lib/httparty.rb, line 193
    def follow_redirects(value = true)
      default_options[:follow_redirects] = value
    end