Which expression must an engineer use to prevent compression of Cascading Style Sheets?

A.
HTTP.RES.BODY(0).CONTAINS(“text/css”)
B.
HTTP.REQ.BODY(0).CONTAINS(“text/css”)
C.
HTTP.RES.HEADER(“Content-Type”).CONTAINS(“text/css”)
D.
HTTP.REQ.HEADER(“Content-Type”).CONTAINS(“text/css”)
Response is cached noch the request, so A or C
0
0