Skip to content

Improvement

Compare
Choose a tag to compare
@timopruesse timopruesse released this 22 Aug 21:37
· 156 commits to master since this release

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.