chromium/net/http/http_connection_info.cc

// 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 "net/http/http_connection_info.h"

#include "base/notreached.h"

namespace net {

std::string_view HttpConnectionInfoToString(
    HttpConnectionInfo connection_info) {}

std::string_view HttpConnectionInfoCoarseToString(
    HttpConnectionInfoCoarse connection_info_coarse) {}

// Returns a more coarse-grained description of the protocol used to fetch the
// response.
HttpConnectionInfoCoarse HttpConnectionInfoToCoarse(HttpConnectionInfo info) {}

}  // namespace net