I'm in the process of writing a reverse proxy. Parts of that is obviously rewriting the links to reflect the mapping. What is the best approach to achieve that? As I'm doing that with Scala I was looking for a tidy approach with JSoup or something similar but they all seem quite slow for something this central.
So I was wondering, is there a better approach to take?
Thank you for opinions!
Regards Alessandro