client_connection-8.x-1.x-dev/src/Plugin/ClientConnection/HttpClientInterface.php
src/Plugin/ClientConnection/HttpClientInterface.php
<?php
namespace Drupal\client_connection\Plugin\ClientConnection;
use GuzzleHttp\ClientInterface;
/**
* Defines an interface for Client Connection plugins.
*/
interface HttpClientInterface extends ClientInterface {
}
