Commit graph

28 commits

Author SHA1 Message Date
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
Tobe O
5eef432e2a Curly brace fixes... 2019-06-06 10:37:27 -04:00
Tobe O
49942cc841 curly braces in control flow 2019-05-30 23:49:00 -04:00
Tobe O
e57de0bd04 unnecessary new/const removal 2019-05-02 18:48:31 -04:00
Tobe O
1ed6736257 Call RequestContext.close in Driver.sendResponse. 2019-05-02 18:46:07 -04:00
Tobe O
d210456d44 Formatting + pedantic 2019-04-10 22:37:05 -04:00
Tobe O
efbb09169a Body parsing tests; allow setting body ONCE 2019-04-10 13:52:45 -04:00
Tobe O
ed989984a2 2.0.0-alpha.21 2019-02-03 13:00:42 -05:00
Tobe O
3f9e94b12a 2.0.0-alpha.19 2019-01-27 16:39:36 -05:00
Tobe O
f95de91bf5 2.0.0-alpha.15 2018-12-09 10:49:59 -05:00
Tobe O
d3c2192042 change body parsing 2018-12-08 23:18:31 -05:00
Tobe O
bf0f01a5b9 2.0.0-alpha.11 2018-11-10 20:07:09 -05:00
Tobe O
2cf10afb06 Wrap parseQuery 2018-11-06 14:28:09 -05:00
Tobe O
7e2afed853 Added generic to Routable.use 2018-09-11 16:25:07 -04:00
Tobe O
4017bc1682 dart:mirrors is completely gone from Angel 2018-08-21 10:28:53 -04:00
Tobe O
edcbf9f639 Default to const EmptyReflector() 2018-08-21 10:22:41 -04:00
Tobe O
81745ebef5 Removed debug property 2018-08-20 16:53:30 -04:00
Tobe O
bf9e297a92 Move all existing handlers to (req, res) or IoC-based 2018-08-20 16:43:38 -04:00
Tobe O
cfc5991fff Remove req.inject 2018-08-20 15:52:44 -04:00
Tobe O
e576fc5b50 Remove req.injections 2018-08-20 15:42:05 -04:00
Tobe O
c2ee694cc3 Update query parsing 2018-08-20 00:09:54 -04:00
Tobe O
1dec4f3da6 Rename body parsing methods 2018-08-19 23:51:09 -04:00
Tobe O
91c97c78b9 Make RequestContext generic 2018-08-19 23:27:34 -04:00
Tobe O
60cb727ca8 Added Service.findOne tests 2018-07-12 11:19:25 -04:00
Tobe O
5cb941676f +7 2018-06-27 14:40:43 -04:00
Tobe O
5d851b6cde +5 2018-06-22 23:29:38 -04:00
Tobe O
954e8141dd 1.1.4 2018-06-08 03:06:26 -04:00
Tobe O
453d19aa31 Created pkg:framework/http.dart 2018-02-07 00:44:21 -05:00
Renamed from lib/src/http/request_context.dart (Browse further)