egg-get-router-raw-path
v1.0.0
Published
get http raw path
Downloads
2
Readme
EGG-GET-ROUTER-RAW-PATH
在请求过程中获取当前请求的原始路由路径
installation
npm i egg-get-router-raw-path [--save]
usage
plugin.js
export.routeRawPath = {
enable: true,
package: 'egg-get-router-raw-path'
}
get router raw path from context in controller
const routerRawPath = ctx.routerRawPath;