shelf 0.2.0 shelf: ^0.2.0 copied to clipboard
Web Server Middleware for Dart
Changelog - Shelf - Web Server Middleware for Dart #
0.2.0 2014-03-06 #
- BREAKING Removed
Shelf
prefix from all classes. - BREAKING
Response
has drastically different constructors. - NEW!
Response
now accepts a body of eitherString
orStream<List<int>>
. - NEW!
Response
now exposesencoding
andmimeType
.
0.1.0 2014-03-02 #
- First reviewed release