// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "services/network/shared_dictionary/shared_dictionary_constants.h"
namespace network::shared_dictionary {
const char kUseAsDictionaryHeaderName[] = "use-as-dictionary";
const char kOptionNameMatch[] = "match";
const char kOptionNameExpires[] = "expires";
const char kOptionNameAlgorithms[] = "algorithms";
} // namespace network::shared_dictionary