Home > Q&A > body text
新手问下:express的路由功能他的这个req请求方法怎么在文档里找不到??
express
req
天蓬老师2017-04-17 16:22:42
This req is a parameter of the get method callback function. Specifically, its type is Express’s built-in Request, which is an enhanced version of Nodejs’ built-in object Request.
You can refer to: Express - API #req