2. HTTP Requests and Responses

At the heart of HTTP is a simple request-response system. The "requesting" computer, also known as the "client"arrow-up-right, asks another computer for some information. That computer, "the server"arrow-up-right sends back a response with the information that was requested.

![[Pasted image 20260206002903.png]]

We'll talk about the specifics of how the "requests" and "responses" are formatted later. For now, just think of it as a simple question-and-answer system.

  • Request: "What issues are on Jello?"

  • Response: ["Fix bug", "Improve auth flow"]