📄️ - Http Overview
- HTTP is a protocol for fetching resources.
📄️ - Http Messages
HTTP messages are the mechanism used to exchange data between a server and a client in the HTTP protocol. There are two types of messages: requests sent by the client to trigger an action on the server, and responses, the answer that the server sends in response to a request.
📄️ - Http/1 Limitations & Http/2
HTTP/1.x Limitation
📄️ - MIME types
Description
📄️ - Cache Control Headers
The Cache-Control HTTP header is the primary mechanism for controlling caching behavior in browsers and intermediate caches (proxies, CDNs). It can be used in both requests and responses to specify exactly how caching should work.