File tree Expand file tree Collapse file tree 8 files changed +15
-10
lines changed
http_client_conformance_tests
web_socket_conformance_tests Expand file tree Collapse file tree 8 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 3131' package:http_parser ' :
3232 - changed-files :
3333 - any-glob-to-any-file : ' pkgs/http_parser/**'
34+
35+ ' package:web_socket_conformance_tests ' :
36+ - changed-files :
37+ - any-glob-to-any-file : ' pkgs/web_socket_conformance_tests/**'
Original file line number Diff line number Diff line change 1+ ## 2.3.2-wip
2+
13## 2.3.1
24
35- Require Dart 3.2
Original file line number Diff line number Diff line change 4242///
4343/// A simple example on how to connect to a http/2 capable server and
4444/// requesting a resource is available at https://github.com/dart-lang/http2/blob/master/example/display_headers.dart.
45- library http2.http2 ;
45+ library ;
4646
4747import 'transport.dart' ;
48+
4849export 'transport.dart' ;
Original file line number Diff line number Diff line change 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
5- library http2.src.frames;
6-
75import 'dart:async' ;
86import 'dart:math' show max;
97import 'dart:typed_data' ;
@@ -14,7 +12,7 @@ import '../hpack/hpack.dart';
1412import '../settings/settings.dart' ;
1513import '../sync_errors.dart' ;
1614
15+ part 'frame_reader.dart' ;
1716part 'frame_types.dart' ;
1817part 'frame_utils.dart' ;
19- part 'frame_reader.dart' ;
2018part 'frame_writer.dart' ;
Original file line number Diff line number Diff line change 33// BSD-style license that can be found in the LICENSE file.
44
55/// Implements a [HPackContext] for encoding/decoding headers according to the
6- /// HPACK specificaiton . See here for more information:
6+ /// HPACK specification . See here for more information:
77/// https://tools.ietf.org/html/draft-ietf-httpbis-header-compression-10
8- library http2.hpack ;
8+ library ;
99
1010import 'dart:convert' show ascii;
1111import 'dart:typed_data' ;
Original file line number Diff line number Diff line change 11name : http2
2- version : 2.3.1
2+ version : 2.3.2-wip
33description : A HTTP/2 implementation in Dart.
44repository : https://github.com/dart-lang/http/tree/master/pkgs/http2
55
@@ -13,6 +13,6 @@ environment:
1313
1414dev_dependencies :
1515 build_runner : ^2.3.0
16- dart_flutter_team_lints : ^2 .0.0
16+ dart_flutter_team_lints : ^3 .0.0
1717 mockito : ^5.3.2
1818 test : ^1.21.4
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ environment:
1111
1212dependencies :
1313 async : ^2.8.2
14- dart_style : ^ 2.3.7
14+ dart_style : ' >= 2.3.7 <4.0.0 '
1515 http : ^1.2.0
1616 stream_channel : ^2.1.1
1717 test : ^1.21.2
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ environment:
1212dependencies :
1313 async : ^2.11.0
1414 crypto : ^3.0.3
15- dart_style : ^ 2.3.7
15+ dart_style : ' > 2.3.7 <4.0.0 '
1616 stream_channel : ^2.1.2
1717 test : ^1.24.0
1818 web_socket : ^0.1.0
You can’t perform that action at this time.
0 commit comments