Method: Aliyun::Odps::Http#head

Defined in:
lib/aliyun/odps/http.rb

#head(uri, options = {}) ⇒ Object



50
51
52
# File 'lib/aliyun/odps/http.rb', line 50

def head(uri, options = {})
  request('HEAD', uri, options)
end