 
            On Wed Oct 8 14:49:58 2025 +0000, Jacek Caban wrote:
Looking at ierturil exports, there are things like `CreateIUriBuilder`, so it seems likely that `IUri` implementation should be moved from urlmon to iertutil. We could then use the same parser with different frontends.
I tried moving the IUri implementation to iertutil today. However, a lot of the functions in urlmon depend on each other so moving CreateUri() turned out to be more complicated than I thought. Windows seems to work around this by introducing various private or unnamed functions in iertutil, and then urlmon forwards or calls into them. I am not sure if we want to do that. It will be quite messy.