class Ethon::Easy::Http::Options
This class knows everything about making OPTIONS requests.
def setup(easy)
- 
        
easy(Easy) -- The easy to setup. 
Other tags:
- Example:  Setup. -   
 
def setup(easy) super easy.customrequest = "OPTIONS" end
This class knows everything about making OPTIONS requests.
easy
        (Easy)
        -- The easy to setup.
      def setup(easy) super easy.customrequest = "OPTIONS" end