1
0
mirror of https://github.com/cheat/cheat.git synced 2025-07-03 12:21:58 +02:00

Fix url in curl cheatsheet

This commit is contained in:
Evgeny
2018-12-19 21:11:54 +07:00
committed by GitHub
parent cccf37c284
commit cdb22f310d

@ -29,7 +29,7 @@ curl -C - -o partial_file.zip http://example.com/file.zip
curl -I http://example.com curl -I http://example.com
# Fetch your external IP and network info as JSON # Fetch your external IP and network info as JSON
curl http://ifconfig.me/all/json curl http://ifconfig.me/all.json
# Limit the rate of a download # Limit the rate of a download
curl --limit-rate 1000B -O http://path.to.the/file curl --limit-rate 1000B -O http://path.to.the/file