H A D | Connection.php | 180 …public function performRequest(string $method, string $uri, ?array $params = [], $body = null, arr… function in Elasticsearch\\Connections\\Connection 264 return $transport->performRequest( 432 $response = $this->performRequest('HEAD', '/', null, null, $options); 463 return $this->performRequest('GET', '/_nodes/', null, null, $options);
|