Direction: Choose the correct option
Q1.
How can you check the URL of an incoming request?
Direction: Choose the correct option
Q2.
Which property tells you the HTTP method (GET, POST, etc.)?
Direction: Choose the correct option
Q3.
How would you route requests for '/about' to a specific handler?
Direction: Choose the correct option
Q4.
What does `url.parse(req.url).pathname` do?
Direction: Choose the correct option
Q5.
To handle POST data, where is the data typically accessed?
