xhttp 1.0.1
xhttp: ^1.0.1 copied to clipboard
A cross platform client-side HTTP library for Dart.
1.0.1 #
- Fix browser request payload type
1.0.0 #
- Remove Request/Response ==; this can never really be true because each object's body is async and can't be compared.
0.2.3 #
- Add travis badge and fix broken config
0.2.2 #
- Update readme with pub badge
- Add travis config
0.2.1 #
- Move example to examples/main.dart
- Add CHANGELOG.md.
0.2.0 #
- Added support for redirects in Request.
0.1.0 #
- Initial commit