Skip to content

Commit 49d7f4a

Browse files
authored
Merge pull request #92 from donny-dont/test/run
Enable pub run test
2 parents dc9262e + 2841cd7 commit 49d7f4a

16 files changed

+3
-1674
lines changed

lib/http.dart

+2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ import 'src/response.dart';
1313
export 'src/base_client.dart';
1414
export 'src/client.dart';
1515
export 'src/exception.dart';
16+
export 'src/handler.dart';
1617
export 'src/io_client.dart';
1718
export 'src/middleware.dart';
19+
export 'src/pipeline.dart';
1820
export 'src/request.dart';
1921
export 'src/response.dart';
2022

lib/src/pipeline.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
k// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
1+
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

test/html/client_test.dart

-35
This file was deleted.

test/html/streamed_request_test.dart

-36
This file was deleted.

test/html/utils.dart

-11
This file was deleted.

test/io/client_test.dart

-98
This file was deleted.

0 commit comments

Comments
 (0)