What does the Minify set the encoding HTTP header?
A
deflate
B
gzip
C
both deflate and gzip
D
inflate
Correct Answer: both deflate and gzip
Minification refers to the process of removing unnecessary or redundant data without affecting how the resource is processed by the browser. Minify reads the JavaScript file in, minifies it and when it responds it sets the accept encoding HTTP header to gzip, deflate.