Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-20 | seperate generic RequestHandler from EmServer | Azul | |
The request handler takes a responder (the EmServer) and an adapter as initialization arguments. It will then respond to requests by querying the sources using the adapter and calling send_response on the responder. | |||
2016-06-20 | refactor: separate em specifics from generic server | Azul | |