Converting `IncomingMessage` to `HttpServerRequest` for Piping in Legacy Code
Is there any way to convert an
I'm trying to integrate what I have with legacy code.
IncomingMessage into an HttpServerRequest?I'm trying to integrate what I have with legacy code.
