guzzle-cache-middleware icon indicating copy to clipboard operation
guzzle-cache-middleware copied to clipboard

Can we use str / parse_response() when serializing cache entries?

Open deviantintegral opened this issue 7 years ago • 0 comments

I just ran across these functions in guzzle/psr7, and it seems like it would make sense to use the built-in ways to serialize a request or response. I'm curious if there's some reason they weren't used already.

https://github.com/guzzle/psr7/blob/master/src/functions.php

deviantintegral avatar May 24 '18 18:05 deviantintegral