Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 738 Bytes

File metadata and controls

35 lines (22 loc) · 738 Bytes
title slug
Content-Length
Web/HTTP/Headers/Content-Length

{{HTTPSidebar}}

Content-Length 是一个实体消息首部,用来指明发送给接收方的消息主体的大小,即用十进制数字表示的八位元组的数目。

Header type {{Glossary("Entity header")}}
{{Glossary("Forbidden header name")}} yes

语法

Content-Length: <length>

指令

  • <length>
    • : 消息的长度,用十进制数字表示的八位字节的数目。

规范

{{Specifications}}

浏览器兼容性

{{Compat}}

参见

  • {{HTTPHeader("Transfer-Encoding")}}