class Ethon::Easy::Http::Head

This class knows everything about making HEAD requests.

def setup(easy)

Parameters:
  • easy (Easy) -- The easy to setup.

Other tags:
    Example: Setup. -
def setup(easy)
  super
  easy.nobody = true
end