KTOR-7048: Support parameters in Resources url inside the path
Subsystem Client, Server, shared resources
Motivation KTOR-7048: Resources url builder does not replaces parameters inside the path
Solution Use a regex to replace the placeholder url with the actual values
It looks like the resource tests are failing. Could you check?
Can you rerun the CI?
Sure, sorry for the delay
Seems there's a test failure in ResourcesTest.testEncodesParameters() 🔴
@hfhbd, would you like to rebase this PR and fix tests?
@osipxd Yes, will do it, but I also noticed the failing test requires a little rework because I didn't handle the test case.