module Github::Request::Verbs
def head_request(path, params = ParamsHash.empty)
- Api: - public
def head_request(path, params = ParamsHash.empty) Request.new(:head, path, self).call(current_options, params) end
def head_request(path, params = ParamsHash.empty) Request.new(:head, path, self).call(current_options, params) end