curl -I http://localhost:3000

Category: Self-Hosting

curl -I http://localhost:3000

Send a HEAD request to check if an app is running and responding on a local port

Sends a HEAD request and prints only the response headers — a quick way to confirm a service is running and see its status code without downloading the body.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.