pub const X_CACHE_DIGEST: &'static str;Expand description
The name of the x-cache-digest custom header.
The value will be the calculated content digest for the response body.
This can be used to link a response body directly from cache storage rather than reading the body through the HTTP client.
This header is only present when the body is coming directly from the cache.