Express.js Request Complete Reference
Express.js is a small framework that works on top of Node.js web server functionality to simplify its APIs and add helpful new features. It makes it easier to organize your application’s functionality with middleware and routing.
Express.js Request Properties
- Express.js req.app Property
- Express.js req.baseUrl Property
- Express.js req.body Property
- Express.js req.cookies Property
- Express.js req.fresh Property
- Express.js req.hostname Property
- Express.js req.ip Property
- Express.js req.ips Property
- Express.js req.method Property
- Express.js req.originalUrl Property
- Express.js req.params Property
- Express.js req.path Property
- Express.js req.protocol Property
- Express.js req.query Property
- Express.js req.route Property
- Express.js req.secure Property
- Express.js req.signedCookies Property
- Express.js req.stale Property
- Express.js req.subdomains Property
- Express.js req.xhr Property
Please Login to comment...