8 Matching Annotations
  1. Oct 2015
    1. echo $res->getStatusCode();

      This did not work for me. Had an array as response, coming form service descriptor configuration. Therefore, I used the location statusCode to retrieve what was needed.

    1. statusCode

      use this location to retrieve message status code when you do not let Guzzle throw exceptions. Something like

      "properties": { "httpStatus": { "location": "statusCode", "type": "string" } ...

  2. Sep 2015
  3. May 2015