Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 474 Bytes

File metadata and controls

10 lines (8 loc) · 474 Bytes

parse-post-request-in-NodeJS-without-using-expressJS

Parse the POST request body in NodeJS without using ExpressJS body-parser by collecting and converting Buffer data into readable and accessible data format.

// To start server
npm run start

Then use postman to access the API with some x-www-form-urlencoded data.

Check full documentation here