Cru
05/05/2023, 5:13 PMandyg
05/06/2023, 8:46 PMonResponse
or maybe transformResponseBody
. You would still probably use the same Jsoup code but by embedding it into the plugin, it would happen automatically upon every response (or only specified paths/endpoints). In http4k this would be an additional HttpHandler
in the pipeline. Other clients have the same concept, usually called an "interceptor" or "filter".Cies
05/08/2023, 7:24 AM