Commit graph

8 commits

Author SHA1 Message Date
Tobe O
b115aae975 Init shelf driver 2019-10-14 11:28:50 -04:00
Todd Volkert
16e3a5a3a0 Prepare for upcoming change to HttpRequest and HttpClientResponse
An upcoming change to the Dart SDK will change `HttpRequest` and
`HttpClientResponse` from implementing `Stream<List<int>>` to
implementing `Stream<Uint8List>`.

This forwards-compatible change prepares for that SDK breaking
change by casting the Stream to `List<int>` before transforming
it.

https://github.com/dart-lang/sdk/issues/36900
2019-06-25 19:50:57 -07:00
Tobe O
d61aa82607 2.0.0 2018-11-11 12:35:37 -05:00
Tobe O
36f238aa77 Patched supportShelf to support 1.1.x 2018-01-09 09:44:59 -05:00
Tobe O
47b4ef3546 Logging for test handlers 2018-01-08 16:04:52 -05:00
Tobe O
7b69a6522e Removed 'before'/'after' 2018-01-08 16:02:28 -05:00
thosakwe
afbd65e7f5 Added supportShelf 2017-06-12 19:53:08 -04:00
thosakwe
d5ac07d399 1.0.0 2017-01-13 10:33:35 -05:00