spry 3.1.0 copy "spry: ^3.1.0" to clipboard
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 #

  1. Feature: Application support late initialization HTTP server
  2. Feature: Application support with HTTP server factory.
  3. Docs: Add Application document.
  4. Bug: Fix addRoute without parameter signature of T type.
  5. Feature: Support web socket.
  6. 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 #

  1. Breaking Change: Rewrite the entire design of the framework, and the API is completely different from the previous version.
  2. Cancel the request dialect and use HttpRequest of dart:io
  3. Cancel the response dialect and use HttpResponse of dart:io
  4. perform magic on the HttpRequest and HttpResponse objects to make them easier to use and more powerful
  5. Better performing router
  6. Let you learn less, you only need to know dart:io
10
likes
0
pub points
54%
popularity

Publisher

verified publisherodroe.dev

Spry is an HTTP middleware framework for Dart to make web applications and APIs server more enjoyable to write.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

logging, path, routingkit, webfetch

More

Packages that depend on spry