$_httpCodeDefinitions $_httpCodeDefinitions : array Used to look up the definition for an http code Type array
__construct() __construct(array $headers, integer $httpCode, string $body, $timeTaken) Set up the response trace Parameters array $headers the array of http headers integer $httpCode the http code string $body the string of http body $timeTaken
getHttpCodeDefinition() getHttpCodeDefinition() : string Get the http code definition Throws \triagens\ArangoDb\ClientException Returns string