Cast stream to List<int> (#73)

This is in preparation for HttpClientResponse implementing
Stream<Uint8List> and File.openRead() returning a Stream<Uint8List>.
It is a forwards-compatible change that should be a no-op for
existing usages.

dart-lang/sdk#36900
3 files changed
tree: e63f746ee150edf722a7393249a885a8b355ee21
  1. lib/
  2. test/
  3. .gitignore
  4. .status
  5. .travis.yml
  6. analysis_options.yaml
  7. CHANGELOG.md
  8. LICENSE
  9. pubspec.yaml
  10. README.md
README.md

http_io

Build Status

The HTTP APIs in dart:io are pure Dart code not relying on native runtime calls. To enable faster development and bug fixes, these APIs are moving out of dart:io into this package.

Watch the dart-misc mailing list for news about deprecation and migration.