Object
This class knows everything about making PUT requests.
Setup easy to make a PUT request.
@example Setup.
put.setup(easy)
@param [ Easy ] easy The easy to setup.
# File lib/ethon/easy/http/put.rb, line 16 def setup(easy) super if form.empty? easy.upload = true easy.infilesize = 0 end end
Generated with the Darkfish Rdoc Generator 2.