You are here

public function LockrClient::getHttpClient in Lockr 7.3

Gets the underlying HTTP client.

Return value

GuzzleHttp\ClientInterface

File

vendor/lockr/lockr/src/LockrClient.php, line 49

Class

LockrClient

Namespace

Lockr

Code

public function getHttpClient() {
  return $this->httpClient;
}