最終更新:2022-09-19 (月) 15:47:39 (577d)  

app.post
Top / app.post

app.post(path, callback [, callback ...])

https://expressjs.com/ja/4x/api.html#app.post.method

コールバック

  • Callback functions; can be:
    • A middleware function.
    • A series of middleware functions (separated by commas).
    • An array of middleware functions.
    • A combination of all of the above.