Searched refs:httpAdapterResponse (Results 1 – 1 of 1) sorted by relevance
66 $httpAdapterResponse = $this->httpAdapter->sendRequest($httpAdapterRequest);69 $elasticaResponse = $this->_createElasticaResponse($httpAdapterResponse);75 'http_code' => $httpAdapterResponse->getStatusCode(),90 …protected function _createElasticaResponse(HttpAdapterResponse $httpAdapterResponse): ElasticaResp… argument92 …return new ElasticaResponse((string) $httpAdapterResponse->getBody(), $httpAdapterResponse->getSta…