Kolam Ayer MakersLinux Foundations

curl

Use

curl https://example.org

What It Does

curl fetches data from a URL and prints the response body.

Practice

Use it for small text endpoints before using it on large pages.

Watch Out

Without -I, curl downloads the body, not just headers.

Docs Pointers