File tree 7 files changed +28
-0
lines changed
http_client_conformance_tests
web_socket_conformance_tests/example
7 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
import 'package:http/http.dart' ;
2
6
import 'package:http_client_conformance_tests/http_client_conformance_tests.dart' ;
3
7
import 'package:test/test.dart' ;
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
import 'dart:async' ;
2
6
3
7
// ignore: avoid_classes_with_only_static_members
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
import 'dart:io' ;
2
6
3
7
import 'package:test/test.dart' ;
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
export 'src/http_profile.dart' ;
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
import 'dart:convert' ;
2
6
import 'dart:io' ;
3
7
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
export 'src/fake_web_socket.dart' show fakes;
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
import 'dart:typed_data' ;
2
6
3
7
import 'package:test/test.dart' ;
You can’t perform that action at this time.
0 commit comments