Q52
What does the Minify set the encoding HTTP header?
A.
deflate
B.
gzip
C.
both deflate and gzip
AnswerD.
none of the mentioned
Answer: Option C
Solution
Answer: Option C
Solution:
Minify reads the JavaScript file in, minifies it and when it responds it sets the accept encoding HTTP header to gzip, deflate.