Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-30 | refactor: make the RequestHandler classes callable | Azul | |
Whenever a RequestHandler class is called we instantiate it with the request. Then we call handle on the instance. This way we can access the request and its content via accessors rather than only in the handle method. |