POST request strategy key support
Will solve: https://github.com/Kevinrob/guzzle-cache-middleware/issues/170
@Kevinrob any feedback?
Sure I will created a separate SR with only docker commit.
Here: https://github.com/Kevinrob/guzzle-cache-middleware/pull/179
It is strange that you have a way to set the cache methods
https://github.com/Kevinrob/guzzle-cache-middleware/blob/0e12dccf3c811a18bb2f6c93882c5b5727e1b859/src/CacheMiddleware.php#LL98C21-L98C35
\Kevinrob\GuzzleCache\CacheMiddleware::setHttpMethods
If you think the library should not allow to set cache for post method and others why not drop this method to prevent users from misusing it?
It is strange that you have a way to set the cache methods
https://github.com/Kevinrob/guzzle-cache-middleware/blob/0e12dccf3c811a18bb2f6c93882c5b5727e1b859/src/CacheMiddleware.php#LL98C21-L98C35
\Kevinrob\GuzzleCache\CacheMiddleware::setHttpMethodsIf you think the library should not allow to set cache for post method and others why not drop this method to prevent users from misusing it?
Yeah, that's because this lib can be extended with custom strategies. The strategies that are bundle with it respect the RFC, but people can use it as they want.
I am not longer interested in this change.