跳到主要内容

响应头部字段

2025年03月01日
柏拉文
越努力,越幸运

一、Accept-Ranges


1.1 认识

Accept-Ranges 表明服务器是否支持指定范围请求及哪种类型的分段请求。可选值为: bytes

1.2 语法

Accept-Ranges: bytes

二、Age


2.1 认识

Age 从原始服务器到代理缓存形成的估算时间(以秒计,非负)。可选值为: 12

2.2 语法

Age: 12

三、Allow


3.1 认识

Allow 对某网络资源的有效的请求行为,不允许则返回405。可选值为: GETHEAD

3.2 语法

Allow: GET, HEAD

四、Cache-Control


4.1 认识

Cache-Control 告诉所有的缓存机制是否可以缓存及哪种类型。可选值为: no-cache

4.2 语法

Cache-Control: no-cache

五、Content-Encoding


5.1 认识

Content-Encoding web服务器支持的返回内容压缩编码类型。可选值为: gzip

5.2 语法

Content-Encoding: gzip

六、Content-Language


6.1 认识

Content-Language 响应体的语言。可选值为: enzh

6.2 语法

Content-Language: en,zh

七、Content-Length


7.1 认识

Content-Length 响应体的长度。可选值为: 348

7.2 语法

Content-Length: 348

八、Content-Location


8.1 认识

Content-Location 请求资源可替代的备用的另一地址。可选值为: /index.htm

8.2 语法

Content-Location: /index.htm

九、Content-MD5


9.1 认识

Content-MD5 返回资源的MD5校验值。可选值为: Q2hlY2sgSW50ZWdyaXR5IQ==

9.2 语法

Content-MD5: Q2hlY2sgSW50ZWdyaXR5IQ==

十、Content-Range


10.1 认识

Content-Range 在整个返回体中本部分的字节位置。可选值为: bytes 21010-47021/47022

10.2 语法

Content-Range: bytes 21010-47021/47022

十一、Content-Type


11.1 认识

Content-Type 返回内容的MIME类型。可选值为: text/htmlcharset=utf-8

11.2 语法

Content-Type: text/html; charset=utf-8

十二、Date


12.1 认识

Date 原始服务器消息发出的时间。可选值为: Tue, 15 Nov 2010 08:12:31 GMT

12.2 语法

Date: Tue, 15 Nov 2010 08:12:31 GMT

十三、ETag


13.1 认识

ETag 请求变量的实体标签的当前值。可选值为: “737060cd8c284d8af7ad3082f209582d”

13.2 语法

ETag: “737060cd8c284d8af7ad3082f209582d”

十四、Expires


14.1 认识

Expires 响应过期的日期和时间。可选值为: Thu, 01 Dec 2010 16:00:00 GMT

14.2 语法

Expires: Thu, 01 Dec 2010 16:00:00 GMT

十五、Last-Modified


15.1 认识

Last-Modified 请求资源的最后修改时间。可选值为: Tue, 15 Nov 2010 12:45:26 GMT

15.2 语法

Last-Modified: Tue, 15 Nov 2010 12:45:26 GMT

十六、Location


16.1 认识

Location 用来重定向接收方到非请求URL的位置来完成请求或标识新的资源。可选值为: http://www.zcmhi.com/archives/94.html

16.2 语法

Location: http://www.zcmhi.com/archives/94.html

十七、Pragma


17.1 认识

Pragma 包括实现特定的指令,它可应用到响应链上的任何接收方。可选值为: no-cache

17.2 语法

Pragma: no-cache

十八、Proxy-Authenticate


18.1 认识

Proxy-Authenticate 它指出认证方案和可应用到代理的该URL上的参数。可选值为: Basic

18.2 语法

Proxy-Authenticate: Basic

十九、Refresh


19.1 认识

Refresh 应用于重定向或一个新的资源被创造,在5秒之后重定向(由网景提出,被大部分浏览器支持)。可选值为: 5; url=http://www.zcmhi.com/archives/94.html

19.2 语法

Refresh: 5; url=http://www.zcmhi.com/archives/94.html

二十、Retry-After


20.1 认识

Retry-After 如果实体暂时不可取,通知客户端在指定时间之后再次尝试。可选值为: 120

20.2 语法

Retry-After: 120

二十一、Server


21.1 认识

Server web服务器软件名称。可选值为: Apache/1.3.27 (Unix) (Red-Hat/Linux)

21.2 语法

Server: Apache/1.3.27 (Unix) (Red-Hat/Linux)

22.1 认识

Set-Cookie 设置Http Cookie。可选值为: UserID=JohnDoe; Max-Age=3600; Version=1

22.2 语法

Set-Cookie: UserID=JohnDoe; Max-Age=3600; Version=1

二十三、Trailer


23.1 认识

Trailer 指出头域在分块传输编码的尾部存在。可选值为: Max-Forwards

23.2 语法

Trailer: Max-Forwards

二十四、Transfer-Encoding


24.1 认识

Transfer-Encoding 文件传输编码。可选值为: chunked

24.2 语法

Transfer-Encoding: chunked

二十五、Vary


25.1 认识

Vary 告诉下游代理是使用缓存响应还是从原始服务器请求。可选值为: *

25.2 语法

Vary: *

二十六、Via


26.1 认识

Via 告知代理客户端响应是通过哪里发送的。可选值为: 1.0 fred1.1 nowhere.com (Apache/1.1)

26.2 语法

Via: 1.0 fred, 1.1 nowhere.com (Apache/1.1)

二十七、Warning


27.1 认识

Warning 警告实体可能存在的问题。可选值为: 199 Miscellaneous warning

27.2 语法

Warning: 199 Miscellaneous warning

二十八、WWW-Authenticate


28.1 认识

WWW-Authenticate 表明客户端请求实体应该使用的授权方案。可选值为: Basic

28.2 语法

WWW-Authenticate: Basic