blob: 90759b1994c34b395417bb882379d3bc00a4798b [file] [edit]
// Copyright (c) 2026, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// A pooled, multiplexed `package:http` `Client` backed by HTTP/2
/// connections.
///
/// See [Http2Client].
library;
import 'src/http2_client.dart' show Http2Client;
export 'src/http2_client.dart' show Http2Client;