Define a route for the given HTTP verb and path segment.
Note: If duplicate routes are defined, the first one will be used.
void route(String verb, String path, Handler handler);