platform/lib
Todd Volkert f83a874944 Prepare for upcoming Dart SDK breaking change
The SDK recently updated `BytesBuilder.takeBytes()` and
`BytesBuilder.toBytes()` to return `Uint8List` rather than
`List<int>`.

A similar change has updated `File.openRead()` to return
`Stream<Uint8List>` and `HttpClientResponse` to implement
`Stream<Uint8List>`.

This change makes the corresponding update in the angel framework.

https://github.com/dart-lang/sdk/issues/36900
2019-07-07 08:58:41 -07:00
..
src Prepare for upcoming Dart SDK breaking change 2019-07-07 08:58:41 -07:00
angel_framework.dart change body parsing 2018-12-08 23:18:31 -05:00
http.dart +6 2018-06-22 23:59:41 -04:00
http2.dart Begin rolling in http2 2018-11-07 23:11:10 -05:00