1
0
mirror of https://github.com/cheat/cheat.git synced 2025-07-04 21:01:57 +02:00

Merge pull request from gorshkov/master

Fix url in curl cheatsheet
This commit is contained in:
Chris Allen Lane
2019-01-11 14:20:18 -05:00
committed by GitHub

@ -29,7 +29,7 @@ curl -C - -o partial_file.zip http://example.com/file.zip
curl -I http://example.com
# 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
curl --limit-rate 1000B -O http://path.to.the/file