找回密码
 立即注册
相关推荐换一批
  1. YDB 084-2012 适用于低功耗无线个域网(LoWPAN)的轻量级 IPv6 协议
  2. YD/T 2818-2015 无缝多协议标签交换技术要求
  3. YD/T 1565-2010 800MHz/2GHz cdma2000 数字蜂窝移动通信网测试方法高速分组数据(HRP
  4. YD/T 3010-2016 对支持 H.248 协议设备的安全性技术要求
  5. YD/T 3308-2017 IP 组播 Ping 与路径探测协议
  6. YD/T 3247-2017 手机支付 多应用管理协议技术要求
  7. YD/T 3241-2017 受限应用协议(CoAP)技术要求
  8. YD/T 2943-2015 面向即时通信互通的扩展消息与表示协议(XMPP)技术要求
  9. YD/T 2941.3-2015 会话初始协议与传统网络协议互通的测试方法 第3部分:SIP和SIP-I互
  10. YD/T 2941.2-2015 会话初始协议与传统网络协议互通的测试方法 第2部分:SIP和BICC互通
  11. GB/T 38687-2020 橡胶塑料机械 外围设备通信协议
  12. YD/T 2934-2015 端口控制协议(PCP)技术要求
  13. YD/T 2929-2015 路由器设备测试方法 集群路由器
  14. YD/T 2900-2015 IPv6 技术要求适用于低功耗有损网络的 IPv6 协议
  15. YD/T 2901-2015 跨机框信息同步通信协议(ICCP)技术要求
  16. YD/T 2925-2015 基于 Diameter 协议的路由D理设备技术要求
  17. YD/T 2772-2014 手机支付 基于 2.45GHz RCC(限域通信)技术的非接触射频接口技术要求
  18. YD/T 2771-2014 公共告警协议技术要求
  19. YD/T 2754-2014 同步数字体系(SDH)网元管理功能验证和协议栈检测
  20. GB/T 38644-2020 信息安全技术 可信计算 可信连接测试方法
  21. DL/T 785-2001 火力发电厂中温中压管道(件)安全技术导则
  22. GB/T 40018-2021 信息安全技术 基于多信道的证书申请和应用协议
  23. GB/T 40059-2021 设施管理战略寻购和协议制定指南
  24. GB/T 40203-2021 信息技术 工业云服务 服务协议指南
HTTPprotocolthe协议 | 软件工程 2022-04-26 330 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