chromium/net/http/http_response_headers_test_util.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_response_headers_test_util.h"

#include "base/strings/strcat.h"
#include "net/http/http_response_headers.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace net::test {

std::string HttpResponseHeadersToSimpleString(
    const scoped_refptr<HttpResponseHeaders>& parsed) {}

}  // namespace net::test