gin-cache
gin-cache copied to clipboard
Support for conditional gets from the client
I was wondering if you're interested (and whether it fits in to your design for gin-cache) to support conditional gets from the client as per RFC7234.
Hi @alisaifee,
sure, it could be a good option, definitely. But, don't have much time to implement it at this moment.
If you'd like I can make a PR. I was thinking of using cachecontrol to manage the cache-ability of the response.
It would be great, thanks.