LaunchCode logo
  1. Contents
  2. 19. HTTP and the Internet

19. HTTP and the Internet¶

  1. 19.1. What’s Connected to the Wire?
    1. 19.1.1. Servers and Clients
    2. 19.1.2. Addresses
      1. 19.1.2.1. DNS
    3. 19.1.3. Protocols
      1. 19.1.3.1. HTTP
      2. 19.1.3.2. TCP/IP
    4. 19.1.4. Check Your Understanding
  2. 19.2. Web Addresses
    1. 19.2.1. Scheme
    2. 19.2.2. Host
    3. 19.2.3. Port
    4. 19.2.4. Path
    5. 19.2.5. Query String
    6. 19.2.6. Video Summary
    7. 19.2.7. Check Your Understanding
  3. 19.3. HTTP At a Glance
    1. 19.3.1. Requests and Responses
    2. 19.3.2. The Postal Service of the Internet
    3. 19.3.3. Check Your Understanding
  4. 19.4. Requests
    1. 19.4.1. Request Methods
      1. 19.4.1.1. The GET Method
      2. 19.4.1.2. The POST Method
    2. 19.4.2. Headers
    3. 19.4.3. Body
    4. 19.4.4. Check Your Understanding
  5. 19.5. Responses
    1. 19.5.1. Response Codes
    2. 19.5.2. Response Headers
    3. 19.5.3. Response Body
    4. 19.5.4. Check Your Understanding
  6. 19.6. Exercises: HTTP In The Browser
    1. 19.6.1. Viewing Requests and Responses
      1. 19.6.1.1. Try It!
    2. 19.6.2. Browser Flow
    3. 19.6.3. Try Other Webpages
    4. 19.6.4. Check Your Understanding
  • ← 18.9. Project: Git a Remote Repository
  • 19.1. What’s Connected to the Wire? →

Back to top

Page Source