class Ethon::Easy::Http::Get
This class knows everything about making GET requests.
def setup(easy)
-
easy
(Easy
) -- The easy to setup.
Other tags:
- Example: Setup. -
def setup(easy) super easy.customrequest = "GET" unless form.empty? end