- add multiples methods for request.
- add custom path for SocketIO.
- add SocketIOHandler and Route.
- update WebSocket API.
- fix body-parser.
- improve files format.
- improve docs.
- Implementing the concept of sharing Data between isolates, improve handling og websockets, improve docs.
- fix formatting of files
- implement contentType for Response a Function
- change Middleware to return and RequestHandler
- change method name
- add Middlewares for every request
- send data to html templates as parameters
- fix bugs
- implement support and customize of CORS
- check validity of requested uri
- add redirect requests
- add Router Middleware
- separate between WebSocket and SocketIO
- integrate HTTPServer with SocketIOServer
- improve class Application to make routing more flexible to use
- create Route and Router as alternatives to using annotations
- Improve support for multi threading
- Updated the API Docs.
- Add API Docs.