Geocoder\Provider\AbstractHttpProvider::getHttpClient PHP Method

getHttpClient() protected method

Returns the HTTP adapter.
protected getHttpClient ( ) : Http\Client\HttpClient
return Http\Client\HttpClient
    protected function getHttpClient()
    {
        return $this->client;
    }