v2.1.0
版本发布时间: 2018-12-03 06:39:45
hamburgscleanest/guzzle-advanced-throttle最新发布版本:v5.0.1(2021-09-22 01:48:35)
Fixed
Changed the cached representation of the response.
This should solve the issue where one had to use (string) $response->getBody()
instead of $response->getBody()->getContents()
.
Laravel storage adapters
You can disable caching for empty responses in the config now by setting allow_empty
to false
.
Check out the docs for more information on how to set it.