chromium/third_party/blink/common/web_package/signed_exchange_consts.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/public/common/web_package/signed_exchange_consts.h"

namespace blink {

const char kSignedExchangeMimeType[] =;

// Currently we are using "-04" suffix in case Variants spec changes.
// https://httpwg.org/http-extensions/draft-ietf-httpbis-variants.html#variants
const char kSignedExchangeVariantsHeader[] =;
const char kSignedExchangeVariantKeyHeader[] =;

}  // namespace blink