Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyNodeJShttp server basicsSingle-choice MCQ

In a raw http.createServer handler, how do you read the body of an incoming POST request?

http.createServer((req, res) => { // need the POST body here });