Closed kennethjor closed 9 months ago
Add a header X-ESI-Proxy-Cache-Status with value HIT or MISS to indicate if the request was served from the proxy's own cache.
X-ESI-Proxy-Cache-Status
HIT
MISS
Loosely based on Cloudflare's CF-Cache-Status header.
CF-Cache-Status
Some example code of how to detect if it was a cache hit or not: https://github.com/autonomouslogic/eve-ref/blob/main/src/main/java/com/autonomouslogic/everef/http/LoggingInterceptor.java
Add a header
X-ESI-Proxy-Cache-Status
with valueHIT
orMISS
to indicate if the request was served from the proxy's own cache.Loosely based on Cloudflare's
CF-Cache-Status
header.