httpcache icon indicating copy to clipboard operation
httpcache copied to clipboard

An RFC7234 compliant golang http.Handler for caching HTTP responses

Results 11 httpcache issues
Sort by recently updated
recently updated
newest added

https://httpwg.github.io/specs/rfc7234.html#rfc.section.5.2.2.2 no-cache in a response means you can still store on your proxy, you just cannot serve it without revalidation. We should store the content but immediately expired. Then revalidate...

bug