06chaynes / http-cache

A caching middleware that follows HTTP caching rules
https://http-cache.rs/
Apache License 2.0
69 stars 17 forks source link

Option not to add additional cache headers #85

Closed eirnym closed 1 week ago

eirnym commented 1 month ago

In some cases I'd like to have transparent cache without adding x-cache and x-cache-lookup headers

06chaynes commented 2 weeks ago

Thanks for your patience on this. I hope to have some time this weekend to make some updates and this one should be fairly simple to add.

06chaynes commented 1 week ago

I merged this change into develop and it will be merged in with https://github.com/06chaynes/http-cache/pull/88

06chaynes commented 1 week ago

crates have been published!