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.
Linux Foundationscurl https://example.org
curl fetches data from a URL and prints the response body.
Use it for small text endpoints before using it on large pages.
Without -I, curl downloads the body, not just headers.