I am trying out goliath non-blocking ruby server.
For my application I need to make at least 2 defined routes, lets say "/call_one" and "/call_two", each map should respond in a different manner.
Goliath documentation mentions map function which is exactly what I need. But it no longer exists in source.