Object
This class knows everything about making GET requests.
Setup easy to make a GET request.
@example Setup.
get.set_params(easy)
@param [ Easy ] easy The easy to setup.
# File lib/ethon/easy/http/get.rb, line 16 def setup(easy) super easy.customrequest = "GET" unless form.empty? end
Generated with the Darkfish Rdoc Generator 2.