galileo_mock_request 4.0.0
galileo_mock_request: ^4.0.0 copied to clipboard
Manufacture dart:io HttpRequests, HttpResponses, HttpHeaders, etc.
4.0.0 #
- migrate to null safety
1.0.7 #
- Prepare for upcoming Dart SDK change where
HttpHeadersmethodsaddandsettake an additional optional parameterpreserveHeaderCase(thanks @domesticmouse!).
1.0.6 #
- Prepare for upcoming Dart SDK change whereby
HttpRequestimplementsStream<Uint8List>rather thanStream<List<int>>.
1.0.5 #
- Add
toStringtoMockHttpHeaders.
1.0.4 #
- Fix for
ifModifiedSince
1.0.3 #
- Dart2 fixes
- Apparently fix hangs that break Galileo tests