v2.0.7
版本发布时间: 2018-08-23 05:37:12
hamburgscleanest/guzzle-advanced-throttle最新发布版本:v5.0.1(2021-09-22 01:48:35)
The order of request parameters is now irrelevant for the cache. If the values of the parameters are the same, the requests will be treated as the same, too.
For example if you request /test?a=1&b=2
,
the cache will know that it yields the same response as /test?b=2&a=1
.