Which is the correct way to send a post request inside of a Shopware controller to another shopware controller(not external site) by using default shopware methods.
I know that curl or file get contents can be used, but are there any default methods?