Commit graph

22 commits

Author SHA1 Message Date
Tobe O
b84da76815 Base AngelShelf impl 2019-10-14 11:54:55 -04:00
Tobe O
548f5d7704 Shelf response ctx 2019-10-14 11:39:43 -04:00
Tobe O
b115aae975 Init shelf driver 2019-10-14 11:28:50 -04:00
Tobe Osakwe
aacd91e267
Merge pull request #5 from tvolkert/http
Prepare for upcoming change to HttpRequest and HttpClientResponse
2019-07-08 20:17:26 -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
f253722ef7 rm dart tool 2018-11-11 12:36:03 -05:00
Tobe O
d61aa82607 2.0.0 2018-11-11 12:35:37 -05:00
Tobe O
45a702b79f Fixed pubspec constraint 2018-01-09 09:45:24 -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
126acda31b Removed old diagnostics and test libraries 2018-01-08 16:02:52 -05:00
Tobe O
7b69a6522e Removed 'before'/'after' 2018-01-08 16:02:28 -05:00
Tobe O
3d7b71f3dd Enable strong mode 2018-01-08 16:01:28 -05:00
Tobe O
f44345a223 Basic changelog 2018-01-08 16:01:10 -05:00
Tobe O
511918663b Bump version -> 1.2.0 2018-01-08 16:00:41 -05:00
thosakwe
0b518f36aa 1.1.1 2017-06-20 12:23:10 -04:00
thosakwe
525a818054 Update ToC 2017-06-12 19:53:21 -04:00
thosakwe
afbd65e7f5 Added supportShelf 2017-06-12 19:53:08 -04:00
Tobe O
9863205199 Update 2017-01-23 07:57:08 -05:00
thosakwe
d5ac07d399 1.0.0 2017-01-13 10:33:35 -05:00
Tobe O
a39ee0779a Update README.md 2016-12-01 17:40:23 -05:00
Tobe O
3c58f48f2f Initial commit 2016-12-01 17:32:04 -05:00