class Ethon::Easy::Http::Custom
This class knows everything about making requests for custom HTTP verbs.
def initialize(verb, url, options)
def initialize(verb, url, options) @verb = verb super(url, options) end
def setup(easy)
-
easy
(Easy
) -- The easy to setup.
Other tags:
- Example: Setup. -
def setup(easy) super easy.customrequest = @verb end