LaunchCode logo
  1. Contents
  2. 24. HTTP: The Postal Service of the Internet

24. HTTP: The Postal Service of the InternetΒΆ

  1. 24.1. How the Internet Works
    1. 24.1.1. Servers and Clients
    2. 24.1.2. Protocols
      1. 24.1.2.1. HTTP
      2. 24.1.2.2. TCP/IP
      3. 24.1.2.3. DNS
    3. 24.1.3. Web Addresses
      1. 24.1.3.1. Scheme
      2. 24.1.3.2. Host
      3. 24.1.3.3. Port
      4. 24.1.3.4. Path
      5. 24.1.3.5. Query String
    4. 24.1.4. Putting It All Together
    5. 24.1.5. Check Your Understanding
  2. 24.2. HTTP at a Glance
    1. 24.2.1. Requests and Responses
    2. 24.2.2. The Postal Service of the Internet
    3. 24.2.3. Check Your Understanding
  3. 24.3. Requests
    1. 24.3.1. Request Methods
      1. 24.3.1.1. The GET Method
      2. 24.3.1.2. The POST Method
    2. 24.3.2. Headers
    3. 24.3.3. Body
    4. 24.3.4. Check Your Understanding
  4. 24.4. Responses
    1. 24.4.1. Response Codes
    2. 24.4.2. Response Headers
    3. 24.4.3. Response Body
    4. 24.4.4. Check Your Understanding
  5. 24.5. HTTP in the Browser
    1. 24.5.1. Viewing Requests and Response Using Developer Tools
    2. 24.5.2. Browser Flow
    3. 24.5.3. Check Your Understanding
  • ← 23.8. Studio: The DOM and Events
  • 24.1. How the Internet Works →

Back to top