Discussion :: Javascript - CS
- What does the Minify set the encoding HTTP header?
Answer : Option C
Explanation :
Minify reads the JavaScript file in, minifies it and when it responds it sets the accept encoding HTTP header to gzip, deflate.
Be The First To Comment