I’d like to merge certain requests together in the results
private val page = “/page/${Language}/subpage”
http(page).get(page) …
Is there a way in the expression language to replace the session variables with a fixed value (something like “” in this case)?
I thought about using tuples for the name and the url pattern, but that also seems like a detour from how that should be.