// Copyright (c) 2018 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/tools/quic_simple_client_stream.h" #include "quiche/common/platform/api/quiche_logging.h" namespace quic { void QuicSimpleClientStream::OnBodyAvailable() { … } bool QuicSimpleClientStream::ParseAndValidateStatusCode() { … } } // namespace quic