Skip to content

Commit

Permalink
Update curl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Oct 30, 2024
1 parent 47fc759 commit 5173b05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cheat Sheets/Network/curl.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# HEAD request
curl -I https://example.com/file

# Continue aborted download
curl -C - <url>
## Timeouts

Expand Down

0 comments on commit 5173b05

Please sign in to comment.