# File lib/ethon/easy/http/put.rb, line 16
        def setup(easy)
          super
          if form.empty?
            easy.upload = true
            easy.infilesize = 0
          end
        end