When a browser does XHR requests it uses a cache that works with headers like maxAge etc. to minimize the number of requests.
I'm wondering if there's a node library or so that reads these headers for requests to other servers and implements caching for them, at least in-memory, as long as the node script runs.
Thanks for your help!
