针对最新版的 Firefox/Chrome ,不考虑 HTTP 请求头( HTTP Request Header ):
|  |      1kindjeff      2017-02-19 15:07:04 +08:00 via iPhone 影响浏览器行为是什么意思? 还有 Content-Type 影响浏览器怎么展示内容,还有 Content-Encoding 影响浏览器怎么解析数据,还有 Content-Length 影响浏览器读多少数据再断连接(逃 | 
|      2schezukNewTos OP @kindjeff 影响浏览器行为就是说,浏览器把这个 Header 当作浏览器从连接到渲染一系列环节的控制信息,而不是当作用来描述消息本体的元数据,后者又称为[Entity header]( https://developer.mozilla.org/en-US/docs/Glossary/Entity_header)。 | 
|  |      3forestyuan      2017-02-19 18:43:56 +08:00 查一下 RFC 就知道了 | 
|      4schezukNewTos OP @forestyuan 我查了许多 RFC ,但是一不能保证全面,二不知道浏览器实现了多少…… |