Interface
ClientInterface
Magento\Analytics\Model\Connector\Http\ClientInterface
What it does
This interface defines a contract for HTTP clients in the Magento Analytics module.
Developers would implement this interface when creating custom HTTP clients to send analytics data to external services, ensuring they provide a standardized request method that returns a proper HTTP response object.
Public Methods
- request()