最終更新:2018-01-07 (日) 09:32:47 (2295d)  

Express/req
Top / Express / req

http://expressjs.com/en/api.html#req

プロパティ

  • req.app?
  • req.baseUrl?
  • req.body
  • req.cookies?
  • req.fresh?
  • req.hostname?
  • req.ip?
  • req.ips?
  • req.method?
  • req.originalUrl?
  • req.params?
  • req.path?
  • req.protocol?
  • req.query?
  • req.route?
  • req.secure?
  • req.signedCookies?
  • req.stale?
  • req.subdomains?
  • req.xhr?

メソッド

  • req.accepts?
  • req.acceptsCharsets?
  • req.acceptsEncodings?
  • req.acceptsLanguages?
  • req.get?
  • req.is?
  • req.param?
  • req.range?