Skip to content

Instantly share code, notes, and snippets.

@chenwery
Created July 6, 2015 08:20
Show Gist options
  • Save chenwery/e67c3ee8fe97f4b72cbd to your computer and use it in GitHub Desktop.
Save chenwery/e67c3ee8fe97f4b72cbd to your computer and use it in GitHub Desktop.
vary
一个同样的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