Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wallace7souza/1996a88ece84a43a8798d0528ff8c784 to your computer and use it in GitHub Desktop.
Save wallace7souza/1996a88ece84a43a8798d0528ff8c784 to your computer and use it in GitHub Desktop.
Limitar tamanho da requisição para uma rota no express
app.post('/api/0.1/people', express.bodyParser({limit: '5mb'}), yourHandler);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment