spry 3.1.0
spry: ^3.1.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.1.0 #
To install Spry 3.1.0 run the following command:
dart pub add spry
Or update your pubspec.yaml file:
dependencies:
spry: ^3.1.0
What's Changed #
- Feature:
Applicationsupport late initialization HTTP server - Feature:
Applicationsupport with HTTP server factory. - Docs: Add
Applicationdocument. - Bug: Fix
addRoutewithout parameter signature ofTtype. - Feature: Support web socket.
- Docs: Add web socket document.
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
HttpRequestofdart:io - Cancel the response dialect and use
HttpResponseofdart:io - perform magic on the
HttpRequestandHttpResponseobjects to make them easier to use and more powerful - Better performing router
- Let you learn less, you only need to know
dart:io