466 B
466 B
1.0.7
- Prepare for upcoming Dart SDK change where
HttpHeaders
methodsadd
andset
take an additional optional parameterpreserveHeaderCase
(thanks @domesticmouse!).
1.0.6
- Prepare for upcoming Dart SDK change whereby
HttpRequest
implementsStream<Uint8List>
rather thanStream<List<int>>
.
1.0.5
- Add
toString
toMockHttpHeaders
.
1.0.4
- Fix for
ifModifiedSince
1.0.3
- Dart2 fixes
- Apparently fix hangs that break Angel tests