# File lib/fog/hp/requests/storage/head_containers.rb, line 13 def head_containers response = request( :expects => 204, :method => 'HEAD', :path => '', :query => {'format' => 'json'} ) response end