pub const X_CACHE_LOOKUP: &str = "x-cache-lookup";
The name of the x-cache-lookup custom header.
x-cache-lookup
Value will be HIT if a response existed in cache, MISS if not.
HIT
MISS