Kolam Ayer MakersLinux Foundations

HTTP Basics

Core Idea

HTTP is request text and response text with status codes, headers, and sometimes a body.

Practice Alone

Use curl -I for headers and plain curl for the body.

Done When

You can identify a status code and one header.

Go Deeper