accept and content-type http headers

accept  //request-header, 告诉服务器,客户端接受什么格式

content-type  //描述request(post,put)或response的格式,

If-Modified-Since/If-None-Match

If-Match

 

301  //永久重定向,搜索引擎会替换就的网址抓取新的内容

302  //暂时重定向,搜索引擎会保留旧的网址抓取新的内容

 

url:http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1

url:http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4

你可能感兴趣的:(content)