dia 0.1.3 dia: ^0.1.3 copied to clipboard
A simple dart http server in Koa2 style. Use with dia_router, dia_static, dia_body and other packages
0.1.3 #
- Fix error handling
0.1.2 #
- Fix error handling
0.1.1 #
- Change Error field in HttpError class to Exception.
- Add HttpError field in Context to handle http error before response
- Add handling error example to readme
0.1.0 #
- Remove dart:mirror, this now allows you to compile Dia in AOT mode.
- Add more information to readme
0.0.8 #
- Add
listenOn
method to listen http/https requests an existing ServerSocket - Add more information to Readme
- Add more dartdoc comments in code
0.0.7 #
- Add default 404 answer
- Fix types
0.0.6 #
- Add link to dia_static
- Allow
Context.body
writeStream
,List
andString
0.0.5 #
- Change LICENSE
0.0.4 #
- Add
void close()
method, that close connection - Add simple tests
0.0.3 #
- Fix links and descriptions
0.0.2 #
- Make
createInstance
public static inContext
- Add method
set(String key, String value)
toContext
as symlink toheaders.set
- Add the link to dia_router
0.0.1 #
- Initial version