| ResponseLocationInterface | Location visitor used to parse values out of a response into an associative array |
| AbstractLocation | Class AbstractLocation |
| BodyLocation | Extracts the body of a response into a result field |
| HeaderLocation | Extracts headers from the response into a result fields |
| JsonLocation | Extracts elements from a JSON document. |
| ReasonPhraseLocation | Extracts the reason phrase of a response into a result field |
| StatusCodeLocation | Extracts the status code of a response into a result field |
| XmlLocation | Extracts elements from an XML document |