Express uses Connect, which has a limit middleware available. You can use this in your Express app by doing something like this: app.use(express.limit('2mb'));.
確定! 回上一頁