class ReeHttp::HttpHead

def call(url, **opts, &block)

def call(url, **opts, &block)
  http_exec(:head, url, **opts, &block)
end