diff --git a/_posts/2024-01-10-all-about-http.md b/_posts/2024-01-10-all-about-http.md index ad8f48d..2eb1196 100644 --- a/_posts/2024-01-10-all-about-http.md +++ b/_posts/2024-01-10-all-about-http.md @@ -53,3 +53,7 @@ It's Client/Server Architecture. Client (Browser) sends HTTP Request to the Serv - For Persistent It uses caches, etag. That ultimately helps to reduce down latency. - It also provide streaming with chunked transfer. +## HTTP 2 + + +## HTTP 3 \ No newline at end of file