15. HTTP

HTTP Crash Course & Exploration by Traversy Media

HTTP - HyperText Transfer Protocol

HTTP is a protocol for fetching resources such as HTML documents. It is the foundation of any data exchange on the web.

Course Content

  • 00:00 - Intro
    01:25 - What is HTTP?
    02:01 - HTTP is Stateless
    02:42 - What is HTTPS?
    03:38 - HTTP Methods (GET, POST, PUT, DELETE)
    05:11 - HTTP Header Fields
    09:15 - HTTP Status Codes
    11:36 - HTTP version 2
    12:57 - Example of an actual website
    16:23 - Postman
    17:45 - Express
    18:00 - GET
    23:03 - POST
    25:54 - Statuses
    31:44 - PUT
    34:09 - DELETE
    35:00 - Static folder

Resources

▶️ Traversy Media

Previous
Previous

14. Async JavaScript

Next
Next

16. REST API