# File lib/fog/brightbox/storage/connection.rb, line 63
        def default_headers
          {
            "Content-Type" => "application/json",
            "Accept" => "application/json"
          }
        end