This class knows everything about making HEAD requests.
Setup easy to make a HEAD request.
@example Setup.
get.set_params(easy)
@param [ Easy ] easy The easy to setup.
# File lib/ethon/easy/http/head.rb, line 16 def setup(easy) super easy.nobody = true end