Converting HttpServerRequest to Fetch Request for React Router Integration
I am trying to create a simple
HttpServer that will (for now) send all incoming requests to a React Router v7 request handler. Are there any examples out there that show how this could be done? I just can't seem to figure out how to convert a HttpServerRequest.HttpServerRequest to a fetch Request.