const BODY_DERIVED_HEADERS: [&str; 4];Expand description
Headers the server layer derives from the final body; stale copies from
the upstream must be dropped whenever the body is replaced. Mirrors
APISIX’s core.response.clear_header_as_body_modified (which also drops
the cache validators last-modified and etag).