Created
July 6, 2015 08:20
-
-
Save chenwery/e67c3ee8fe97f4b72cbd to your computer and use it in GitHub Desktop.
vary
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
一个同样的url返回不同内容的时候,服务器根据它来判断返回不同的内容。 | |
例如 | |
Vary: Accept-Encoding | |
Accept-Encoding: gzip; | |
对应====> | |
Content-Encoding: gzip; | |
的内容 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment