pub const X_CACHE: &str = "x-cache";
The name of the x-cache custom header.
x-cache
Value will be HIT if a response was served from the cache, MISS if not.
HIT
MISS