# File lib/httparty.rb, line 233
    def no_follow(value = false)
      default_options[:no_follow] = value
    end