Response header 响应头 - 术语表 编辑
响应头(Response header) 可以定义为:被用于http响应中并且和响应消息主体无关的那一类 HTTP header。像Age
, Location
和 Server
都属于响应头,他们被用于描述响应。
并非所有出现在响应中的http header都属于响应头,例如Content-Length
就是一个代表响应体消息大小的entity header,虽然你也可以把它叫做响应头。
下面展示了一个 GET
请求的响应头。需要注意的是,严格来说Content-Encoding
和Content-Type
都是属于entity headers。
200 OK Access-Control-Allow-Origin: * Connection: Keep-Alive Content-Encoding: gzip Content-Type: text/html; charset=utf-8 Date: Mon, 18 Jul 2016 16:06:00 GMT Etag: "c561c68d0ba92bbeb8b0f612a9199f722e3a621a" Keep-Alive: timeout=5, max=997 Last-Modified: Mon, 18 Jul 2016 02:36:04 GMT Server: Apache Set-Cookie: mykey=myvalue; expires=Mon, 17-Jul-2017 16:06:00 GMT; Max-Age=31449600; Path=/; secure Transfer-Encoding: chunked Vary: Cookie, Accept-Encoding X-Backend-Server: developer2.webapp.scl3.mozilla.com X-Cache-Info: not cacheable; meta data too large X-kuma-revision: 1085259 x-frame-options: DENY
更多
相关内容
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论