serral 0.1.9 copy "serral: ^0.1.9" to clipboard
serral: ^0.1.9 copied to clipboard

outdated

Fast and productive web server framework provided by Dart, like Koa. Easy add middleware at before request and after request. Easy extend context Type and values.

[0.1.9] - change description #

[0.1.7] - add mixin SerralCtx #

  • Look README.md

[0.1.6] - add queryPaser #

Map<String, dynamic> data = ctx.queryPaser('name=dog&age=10');
print(data);

[0.1.5] - add API: addCorsHeaders #

open cros:

app.before(app.addCorsHeaders);

[0.1.4] - add api app.sendJson #

[0.1.3] - fix parse body data #

  • fix parse body data
  • change API: serral.use -> serral.ANY

[0.1.2] - Update README #

[0.1.1] - Update README #

[0.1.0] - Update Github URL #

[0.0.7] - Use Likt Koa API #

[0.0.5] - Add middleware #

[0.0.1] - TODO: Add release date. #

  • TODO: Describe initial release.
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Fast and productive web server framework provided by Dart, like Koa. Easy add middleware at before request and after request. Easy extend context Type and values.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on serral