spry 3.0.0 spry: ^3.0.0 copied to clipboard
Spry is an HTTP middleware framework for Dart to make web applications and APIs server more enjoyable to write.
Spry 3.0.0 #
To install Spry 3.0.0 run the following command:
dart pub add spry
Or update your pubspec.yaml
file:
dependencies:
spry: ^3.0.0
What's Changed #
- Breaking Change: Rewrite the entire design of the framework, and the API is completely different from the previous version.
- Cancel the request dialect and use
HttpRequest
ofdart:io
- Cancel the response dialect and use
HttpResponse
ofdart:io
- perform magic on the
HttpRequest
andHttpResponse
objects to make them easier to use and more powerful - Better performing router
- Let you learn less, you only need to know
dart:io