This class knows everything about making POST requests.
Setup easy to make a POST request.
@example Setup.
post.setup(easy)
@param [ Easy ] easy The easy to setup.
# File lib/ethon/easy/http/post.rb, line 15 def setup(easy) super if form.empty? easy.postfieldsize = 0 easy.copypostfields = "" end end