Namespace Guzzle\Http\QueryAggregator
| CommaAggregator | Aggregates nested query string variables using commas |
| DuplicateAggregator | Does not aggregate nested query string values and allows duplicates in the resulting array |
| PhpAggregator | Aggregates nested query string variables using PHP style [] |
| QueryAggregatorInterface | Interface used for aggregating nested query string variables into a flattened array of key value pairs |