标签:elf des ref alt 资源 span content tool system
Hypertext Transfer Protocol (HTTP)协议 定义
a stateless application-level request/response protocol that uses extensible semantics and self-descriptive message payloads for flexible interaction with network-based hypertext information system.
一种无状态的、应用层的、以请求/应答方式运行的协议,它使用可扩展语义和自描述的消息格式,与基于网络的超文本信息系统灵活地互动。
参考链接:https://tools.ietf.org/html/rfc7230
可扩展语义解释:最初一个HTTP包体只能是一种资源类型,在HTTP头部中有Content-Type表示。后来表单提交时,既有按钮、文本、下拉框也有文件、图片这样的二进制文件,于是把Content-type扩展为:multipart/form-data; boundary=----,而HTTP包体则可以由多个资源以boundary拼接而成。这就是一种可扩展的语义。
1
2
标签:elf des ref alt 资源 span content tool system
原文地址:https://www.cnblogs.com/fengxiaoyuan/p/10902801.html