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