Commit graph

45 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
f2b6ab69e2 bump to 2.0.3 2019-06-06 12:17:32 -04:00
Tobe O
5eef432e2a Curly brace fixes... 2019-06-06 10:37:27 -04:00
Tobe O
07d1ce0944 Make ResponseContext *explicitly* implement StreamConsumer 2019-05-30 23:52:07 -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
2004877696 Make redirects + download async 2019-04-19 03:46:44 -04:00
Tobe O
ef8e343ccd 2.0.0-rc.5 2019-04-17 12:41:59 -04:00
Tobe O
d210456d44 Formatting + pedantic 2019-04-10 22:37:05 -04:00
Tobe O
4df78749f1 Add charset=utf-8 to res.render 2019-03-10 23:04:49 -04:00
Tobe O
3f9e94b12a 2.0.0-alpha.19 2019-01-27 16:39:36 -05:00
Tobe O
8ca8a9af3f 2.0.0-alpha.14 2018-11-13 18:33:44 -05:00
Tobe O
8f8bc6cf20 2.0.0-alpha.12 2018-11-13 13:07:27 -05:00
Tobe O
bf0f01a5b9 2.0.0-alpha.11 2018-11-10 20:07:09 -05:00
Tobe O
76532f9509 Allow redir to Uri 2018-11-07 21:37:00 -05:00
Tobe O
8ef86f61a3 Move Controller to core 2018-10-22 11:56:03 -04:00
Tobe O
c6fe31310a Formatting 2018-08-28 09:55:51 -04:00
Tobe O
a212bab74f Response detachment test 2018-08-28 09:55:39 -04:00
Tobe O
fdd1ca16c9 Added ResponseContext.detach 2018-08-28 09:47:03 -04:00
Tobe O
9dd355a4c5 All tests pass 2018-08-21 14:50:43 -04:00
Tobe O
edcbf9f639 Default to const EmptyReflector() 2018-08-21 10:22:41 -04:00
Tobe O
2b1a548cf9 Remove releaseCOrrespondingRequest 2018-08-20 21:57:26 -04:00
Tobe O
15e5cef691 Remove ResponseContext.dispose 2018-08-20 21:45:33 -04:00
Tobe O
582227f99e Make LockableBytesBuilder public 2018-08-20 21:32:28 -04:00
Tobe O
4d980b8e49 ResponseContext.isBuffered 2018-08-20 21:27:39 -04:00
Tobe O
81745ebef5 Removed debug property 2018-08-20 16:53:30 -04:00
Tobe O
90409711b4 Completely remove ResponseContext.io 2018-08-19 23:39:37 -04:00
Tobe O
d211804cd8 Add more to parseId 2018-08-19 23:18:19 -04:00
Tobe O
41e70787bc Remove all usage of dart2_constant 2018-08-19 23:06:29 -04:00
Tobe O
074b640980 Remove traces of json_god 2018-08-19 22:31:08 -04:00
Tobe O
45c3206ff6 Strip out json god 2018-08-19 11:49:33 -04:00
Tobe O
b326e6c547 Changed view engine to use Map<String, dynamic> 2018-08-19 11:42:40 -04:00
Tobe O
696fb8dd81 Change signature of ResponseContext.jsonp 2018-08-19 11:40:49 -04:00
Tobe O
2855017d68 Switch to MediaType 2018-08-19 11:33:25 -04:00
Tobe O
93f0dae1eb * Apply fold in redirectToAction; bump version -> 1.1.4+9 2018-07-09 11:24:39 -04:00
Tobe O
bace6a2298 * Patch ResponseContext.redirectTo to fold parameters, instead of
`as`-casting them to `Map<String, dynamic>`.
2018-07-09 11:19:02 -04:00
Tobe O
d5e3791c55 CHANGELOG, bump to 1.1.4+8 2018-07-09 10:43:54 -04:00
Tobe O
5cb941676f +7 2018-06-27 14:40:43 -04:00
Tobe O
4e6d280b8f +6 2018-06-22 23:59:41 -04:00
Tobe O
5d851b6cde +5 2018-06-22 23:29:38 -04:00
Tobe O
5ea8ac31ff Fix async bugs 2018-06-10 19:17:11 -04:00
Tobe O
156d5290c5 1.1.4+2 2018-06-10 18:34:05 -04:00
Tobe O
954e8141dd 1.1.4 2018-06-08 03:06:26 -04:00
Tobe O
24de38151e Use dart2_constant 2018-05-15 22:05:13 -04:00
Tobe O
453d19aa31 Created pkg:framework/http.dart 2018-02-07 00:44:21 -05:00
Renamed from lib/src/http/response_context.dart (Browse further)