softwaremill / sttp

The Scala HTTP client you always wanted!
https://sttp.softwaremill.com
Apache License 2.0
1.44k stars 301 forks source link

Http cache #1351

Open francisdb opened 2 years ago

francisdb commented 2 years ago

Any plans for adding a rfc7234 cache to sttp?

eg: https://www.playframework.com/documentation/2.8.x/WsCache

(I know this is probably not the best place to ask this but it could help ppl searching for sttp cache in google.)

adamw commented 2 years ago

Not yet, but I don't see a reason why we wouldn't want to add this :) I imagine this could be a wrapper backend, probably added as a separate dependency. Maybe you'd like to try implementing this?