Simple routing framework. It makes routing easier to work with. It knows how to answer on bad request 404 or 405 and have error page template, which you can change, from the box. API: new Routing(http_server, error_page_template?) routing.(method)(url, handler) Example: