Hey, i'd like to "unit" test some code that does http connection & data fetch. I guess using an external endpoint is not a good idea, do we have already some stuff to mock an http(s) endpoint, or do i need to spin up a pax container (with required bundles)?
Nicolas