(defmethod unparse-urlspec ((url-spec url-handler)) (with-slots (url url-regex dispatch) url-spec (list :handler (list :url url url-regex) :dispatch dispatch)))