les 0.0.3 les: ^0.0.3 copied to clipboard
Light Efficient Server - for creating servers on Dart. Inspired by ExpressJS and Koa.
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 responce 501 if route for request isn't provided.
0.0.1 #
- Initial version.
- Creates core of the package. See README.