define url-map url ("/pages", "/articles"), action (get, post) () => list-pages, action get ("^(?P\\w+)/?$") => (show-page, foo); url "/test", ... end;