alltherooms / cached-request

Node.js module to perform HTTP requests with caching support
MIT License
61 stars 23 forks source link

flag in options for disabling saving of request #9

Closed RichardWright closed 8 years ago

RichardWright commented 8 years ago

Hi

I was writing some code to clean up the cached responses after a test and it occurred to me that a flag to 'not save' the response would be useful. Any thoughts?

RichardWright commented 8 years ago

Having thought about it, it's got the same signature as request so slipping a different request in isn't a big deal. Closed!