-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
area-middlewareIncludes: URL rewrite, redirect, response cache/compression, session, and other general middlewaresIncludes: URL rewrite, redirect, response cache/compression, session, and other general middlewaresfeature-output-caching
Milestone
Description
When configured, an eTag header will be generated. If the "If-None-Match" header is defined, a 304 response is returned.
When not configured, eTag values are not generated, and the "If-None-Match" header is ignored.
eTag might be generated on further requests only, to optimize for the first response (pass-through response writing without bufferization).
Metadata
Metadata
Assignees
Labels
area-middlewareIncludes: URL rewrite, redirect, response cache/compression, session, and other general middlewaresIncludes: URL rewrite, redirect, response cache/compression, session, and other general middlewaresfeature-output-caching