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.secure
constructor for establishing HTTPS connection andServer.socket
constructor for establishing connection via socket. - Downgrade sdk to
2.1.0-dev.9.4
and some packages. - Add
cors
middleware. - Edit README.
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.