Craft\Minimee_RemoteAssetModel::_sendClientRequest PHP Method

_sendClientRequest() protected method

Prepare & return response from sending a client request
protected _sendClientRequest ( )
    protected function _sendClientRequest()
    {
        $client = $this->_getInstanceOfClient();
        $request = $client->get($this->getFilenameUrlWithProtocol());
        return $request->send();
    }