Skip to content

Instantly share code, notes, and snippets.

@leandroh
Created March 3, 2016 17:57
Show Gist options
  • Save leandroh/28a4ae3f0644e4b57521 to your computer and use it in GitHub Desktop.
Save leandroh/28a4ae3f0644e4b57521 to your computer and use it in GitHub Desktop.
body-parser extracts the entire body portion of a request
app.use(bodyParser.json());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment