Net\Url: Separated environment reconstructor.
Yes, this is a BC break. You gotta deal with it.
Some example replacement mappings are as follows:
new Net\Url; => Net\Url::fromHttp(["path" => null, "query" => null]);
(new Net\Url)->parse($_SERVER["REQUEST_URI"]); => Net\Url::fromHttp();