Interface
ServiceProxyClientInterface
Magento\ServiceProxy\Model\ServiceProxyClientInterface
What it does
This interface defines a contract for service proxy clients that forward HTTP requests to external services.
Developers implement this interface when building clients that need to proxy requests to remote APIs, handling the communication layer between Magento and external service endpoints with customizable paths, HTTP methods, headers, and request bodies.
Public Methods
- request()