RouteEntry get(String uri, handler, [String? action]) => _addRoute([RouteEntry.GET, RouteEntry.HEAD], uri, handler, action);