Understanding 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>HTTP/0.9</span>, <span>HTTP/1</span><span>.0</span>, <span>HTTP/1.1</span> and <span>HTTP/2</span>. Currently, the main version in use is <span>HTTP/1.1</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. … Read more