找回密码
 立即注册
相关推荐换一批
  1. YD/T 999-1999 组播适配协议
  2. YD/T 914-1999 多点静止图像和注释协议
  3. YD/T 906-1997 采用视听电信业务中 64~1920kbit/s 信道帧结构的 LSD/HSD/MLP 信道单
  4. YD/T 1908-2009 基于可扩展认证协议(EAP)的动态地址分配扩展协议(DHCP+)IP 网接入认
  5. YD/T 1938.1-2009 会话初始协议(SIP)测试方法 第1部分:基本的会话初始协议
  6. YD/T 2084-2013 2GHz TD-SCDMA/WCDMA 数字蜂窝移动通信网家庭基站 lub 接口技术要求
  7. YD/T 2141-2010 基于无线应用协议(WAP)的无线域名系统技术要求
  8. YD/T 2170-2010 IPv6 技术要求 —— IPv6 路由器重编号协议
  9. YD/T 2169-2010 IPv6 技术要求 —— IPv6 路径z大传输单元发现协议
  10. YD/T 2168-2010 IPv6 技术要求 —— IPv6 反向邻居发现协议
  11. YDB 008.2-2007 IP QoS 信令控制接口协议 第2部分:网络控制接口资源控制协议
  12. YDB 008.1-2007 IP QoS 信令控制接口协议 第1部分:交换控制接口资源控制协议
  13. YDB 008.3-2007 IP QoS 信令控制接口协议 第3部分:连接控制接口资源控制协议
  14. YD/T 2299-2011 XML 配置接入协议(XCAP)技术要求
  15. YD/T 3009-2016 对支持 H.248 协议设备的安全性测试方法
  16. YDB 024-2008 固定宽带无线接入系统接口协议测试方法:空中接口
  17. YD/T 1608-2007 媒体网关控制协议(MGCP)技术要求
  18. YDN 034.2-1997 ISDN 用户 一 网络接口规范 第2部分:数据链路层技术规范
  19. YD/T 2419-2012 域名注册协议联系人供应技术要求
  20. YDB 169-2017 M2M 技术要求(第一 阶段) CoAP 协议绑定
  21. YDB 085.1-2012 近场通信(NFC)安全技术要求 第1部分: NFCIP-1 安全服务和协议
  22. YDB 084-2012 适用于低功耗无线个域网(LoWPAN)的轻量级 IPv6 协议
  23. YD/T 2818-2015 无缝多协议标签交换技术要求
HTTPprotocolthe协议 | 软件工程 2022-04-26 311 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
上一讲我们在机器最小化的环境下做了两次HTTP协议的实验,用Wireshark抓包,搞清楚了HTTP协议的基本工作流程,即“request-response”“一发一发”接收“”模式。
可见HTTP的工作方式非常简单。由于底层的具体传输工作由 TCP/IP 协议负责,所以 HTTP 协议在这方面基本不用太担心。单从这一点来看,所谓的“超文本传输??协议”根本不在乎“传输”,有点“名不副实”。
那么HTTP协议的核心部分是什么?
答案是它传输的消息的内容。
HTTP协议在规范文档中详细定义了消息的格式,指定了组件、解析规则和处理策略,因此可以在TCP/IP层实现更灵活丰富的功能,如连接控制、缓存管理、数据编码、内容协商等

(Last time, we did two experiments of HTTP protocol in the environment of machine minimization, captured packets with Wireshark, and figured out the basic workflow of HTTP protocol, that is, "request response", "one send and one receive" mode.HTTP works in a very simple way. Since the specific transmission work of the bottom layer is in the charge of TCP / IP protocol, HTTP protocol basically doesn't need to worry too much in this regard. From this point of view alone, the so-called "hypertext transmission protocol" doesn't care about "transmission" at all, which is a bit "untrue".So what is the core of HTTP protocol?The answer is the content of the message it transmits.HTTP protocol defines the message format in detail in the specification document, and specifies the components, parsing rules and processing strategies. Therefore, it can realize more flexible and rich functions in TCP / IP layer, such as connection control, cache management, data coding, content negotiation, etc)

[下载]19232708088.rar
[下载]19232838843.rar
[下载]19232880962.rar
[下载]19232805312.rar
[下载]19232930718.rar
[下载]19232985959.rar




上一篇:Web编程入门经典:HTML、XHTML和CSS(第二版).pdf
下一篇:09-HTML5 Canvas 游戏开发实践.pdf