class Ethon::Easy::Http::Head
This class knows everything about making HEAD requests.
def setup(easy)
- 
        
easy(Easy) -- The easy to setup. 
Other tags:
- Example:  Setup. -   
 
def setup(easy) super easy.nobody = true end
This class knows everything about making HEAD requests.
easy
        (Easy)
        -- The easy to setup.
      def setup(easy) super easy.nobody = true end