Response

Response structure for Elasticsearch requests

Members

Properties

bodyIsJson
bool bodyIsJson [@property getter]

Returns true if the reponse body is JSON

jsonBody
Json jsonBody [@property getter]

Parses and returns a Json object from the response body

Variables

headers
ESParams headers;
Undocumented in source.
responseBody
string responseBody;
Undocumented in source.
status
int status;
Undocumented in source.

Meta