les 0.1.0
les: ^0.1.0 copied to clipboard
Light Efficient Server - for creating servers on Dart. Inspired by ExpressJS.
0.1.0 #
- Small changes to fix lint warnings.
- Upgrade Dart SDK to
2.2.0.
0.0.5 #
- Add
Server.secureconstructor for establishing HTTPS connection andServer.socketconstructor for establishing connection via socket. - Downgrade sdk to
2.1.0-dev.9.4and some packages. - Add
corsmiddleware. - Edit README.
0.0.4 #
- Add
sessiongetter toContextobject. - Change checking route match to specific request (non-breaking fix).
- Make all methods of
Contextobject asynchronous. - Edit README.
0.0.3+1 #
- Edit README.
- Rename
filesfield ofContexttostaticFiles.
0.0.3 #
- Add
staticFilesHandlermiddleware. - Add
filesfield toContextobject. - Edit README.
0.0.2 #
- Change
bodyParserto parse body input,post,patchanddeletehttp 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.