UNPKG

node-web-mvc

Version:
12 lines (11 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class UrlPathHelper { /** * 根据request对象获取servlet匹配的路径 */ getServletPath(request) { return request.path; } } exports.default = UrlPathHelper;