MSNCodeSNIPPETS← msncode.dev
snippets/curl

Download File with Progress

Download a file and show progress bar

curlbashdownloadfile
BASH
curl -O -L https://example.com/file.zip

More curl snippets

Follow Redirects

Automatically follow HTTP redirects

POST JSON with curl

Send a POST request with JSON body

Save Response Headers

Dump response headers to a file

Set Custom Headers

Add authorization or custom headers