Clarification on `NodeHttpServerRequest.toIncomingMessage` Functionality
Just been caught out that
NodeHttpServerRequest.toIncomingMessage doesn't turn the HttpServerRequest into an IncomingMessage, instead it reads the source property (so it's a getter for the original incoming message). This means any changes to the request (e.g. path has been normalised) aren't included. If it's not meant to, could it be renamed to be clearer?