Are there any straightforward ways to get persistent caching at a http request level? Like a HttpClient layer you can drop in or something?
Often want this while developing scrapers or integrating with an API where running the requests after every change can be slow /expensive