From 25f16aed7b8357f271d08ca98daa84c29ec58b56 Mon Sep 17 00:00:00 2001 From: Uriell Date: Tue, 1 Feb 2022 03:48:55 -0300 Subject: [PATCH] Added Resources for HTTP (#1088) * Adding an extra resource on HTTP I've recently read this 3-part series on HTTP, mostly focused on HTTP/3 and QUIC, but the first part covers basic concepts about HTTP and how it evolved to HTTP/3 (which is really HTTP/2-over-QUIC) and I find it might be a great reading resource on the topic. I'm not recommending the 2nd and 3rd parts as they're linked through the 1st one and they diverge a little from the topic of HTTP (going into performance improvements and deployment of QUIC) * Replicating new HTTP resource to back end roadmap --- .../100-frontend/content/100-internet/101-what-is-http.md | 1 + .../101-backend/content/100-internet/101-what-is-http.md | 1 + 2 files changed, 2 insertions(+) diff --git a/content/roadmaps/100-frontend/content/100-internet/101-what-is-http.md b/content/roadmaps/100-frontend/content/100-internet/101-what-is-http.md index 17733babd..3c4229aca 100644 --- a/content/roadmaps/100-frontend/content/100-internet/101-what-is-http.md +++ b/content/roadmaps/100-frontend/content/100-internet/101-what-is-http.md @@ -6,4 +6,5 @@ HTTP is the `TCP/IP` based application layer communication protocol which standa What is HTTP? An overview of HTTP Journey to HTTP/2 +HTTP/3 From A To Z: Core Concepts HTTP Crash Course & Exploration diff --git a/content/roadmaps/101-backend/content/100-internet/101-what-is-http.md b/content/roadmaps/101-backend/content/100-internet/101-what-is-http.md index 17733babd..3c4229aca 100644 --- a/content/roadmaps/101-backend/content/100-internet/101-what-is-http.md +++ b/content/roadmaps/101-backend/content/100-internet/101-what-is-http.md @@ -6,4 +6,5 @@ HTTP is the `TCP/IP` based application layer communication protocol which standa What is HTTP? An overview of HTTP Journey to HTTP/2 +HTTP/3 From A To Z: Core Concepts HTTP Crash Course & Exploration