chromium/net/third_party/quiche/src/quiche/quic/core/http/http_constants.cc

// Copyright (c) 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "quiche/quic/core/http/http_constants.h"

#include <string>

#include "absl/strings/str_cat.h"

namespace quic {

#define RETURN_STRING_LITERAL

std::string H3SettingsToString(Http3AndQpackSettingsIdentifiers identifier) {}

ABSL_CONST_INIT const absl::string_view kUserAgentHeaderName =;

#undef RETURN_STRING_LITERAL  // undef for jumbo builds

}  // namespace quic