You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In week 7, we found that it is difficult for people to find the authoritative documentation on request objects, as they are described in the node docs as message or IncomingMessage (which is a type which could be either ClientRequest or ServerResponse )
Proposal:
In 'What is a handler function?' in Step 3, include:
(request and response are instances of the two different types of IncomingMessage object)
The text was updated successfully, but these errors were encountered:
In week 7, we found that it is difficult for people to find the authoritative documentation on
request
objects, as they are described in the node docs asmessage
orIncomingMessage
(which is a type which could be eitherClientRequest
orServerResponse
)Proposal:
In 'What is a handler function?' in Step 3, include:
The text was updated successfully, but these errors were encountered: