Understanding the HTTP Protocol Through 23 Illustrations
Introduction to HTTP 1. HTTP Versions Since the invention of the HTTP protocol, it has undergone several version modifications, namely <span><span>HTTP/0.9</span></span>,<span><span>HTTP/1</span></span><span><span>.0</span></span>,<span><span>HTTP/1.1</span></span> and <span><span>HTTP/2</span></span>。Currently, the most widely used version is <span><span>HTTP/1.1</span></span>,which is the focus of this article. 2. TCP/IP Protocol Before learning about the HTTP protocol, let’s first understand the TCP/IP protocol. It serves as the … Read more