Open
Description
Right now only the http client calls with the Http().singleRequest method are monitored.
From my point of view adding also the support to Http().outgoingConnection method would be a nice feature.
In my actual project, I use only the outgoingConnection method for making all the REST calls. So it will be nice to monitor all the calls that use this method, instead of doing that "manually".
It will be useful also to add this information in the public documentation because wasn't totally clear to me.