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