HACKR.GG
00 — Overview

curl — HTTP from the Command Line

curl lets you craft raw HTTP requests from the terminal — no browser, no JavaScript, no UI hiding what is really happening. The essential tool for testing APIs, stripping auth, and inspecting headers.

Beginner·30 min·5 tasks
// By the end of this module
Make GET, POST, PUT, and DELETE requests from the command line
Set custom headers, cookies, and authentication in curl commands
Handle redirects, TLS options, and response output formatting
Script curl in bash to automate repetitive HTTP interactions