On Wed Jan 31 20:38:14 2024 +0000, Jacek Caban wrote:
A partial reparsing of `get_href` here doesn't seem right. It seems that you could use `get_host` instead, but perhaps it would be easier to just use IUri interface instead.
The issue is that I'll have to concatenate the components then (since it includes e.g. scheme, domain, port). Wouldn't that just move the complexity to that instead? Or do you have a better idea?