les 0.0.4 les: ^0.0.4 copied to clipboard
Light Efficient Server - for creating servers on Dart. Inspired by ExpressJS and Koa.
0.0.4 #
- Add
session
getter toContext
object. - Change checking route match to specific request (non-breaking fix).
- Make all methods of
Context
object asynchronous. - Edit README.
0.0.3+1 #
- Edit README.
- Rename
files
field ofContext
tostaticFiles
.
0.0.3 #
- Add
staticFilesHandler
middleware. - Add
files
field toContext
object. - Edit README.
0.0.2 #
- Change
bodyParser
to parse body input
,post
,patch
anddelete
http methods. - Add default error response 501 if route for request isn't provided.
0.0.1 #
- Initial version.
- Creates core of the package. See README.