Open
Description
Having a client that accept multi http clients, when it receives a request it will duplicate the call to all the underlying client and return a BatchResponse (like the batchclient)
It should done the call in async mode if possible or in sync mode if no async is available.
One of the use case can be for FosHttpCache when we need to send a request over multiple varnish instance.