Namespace Guzzle\Service\Command\LocationVisitor\Response
Classes summary
| AbstractResponseVisitor | Location visitor used to parse values out of a response into an associative array |
| BodyVisitor | Visitor used to add the body of a response to a particular key |
| HeaderVisitor | Location visitor used to add a particular header of a response to a key in the result |
| JsonVisitor | Location visitor used to marshal JSON response data into a formatted array. |
| ReasonPhraseVisitor | Location visitor used to add the reason phrase of a response to a key in the result |
| StatusCodeVisitor | Location visitor used to add the status code of a response to a key in the result |
| XmlVisitor | Location visitor used to marshal XML response data into a formatted array |
Interfaces summary
| ResponseVisitorInterface | Location visitor used to parse values out of a response into an associative array |