This override is used by OpenNext to proxy rewritten requests to external services. It is used either in the external
middleware (if set) or in the default/splitted server if the middleware is bundled.
If you want to better understand how to implement your own ProxyExternalRequest, the easiest way would be to take a look at the existing included ProxyExternalRequest (opens in a new tab).