Skip to content

Commit

Permalink
Update curl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Dec 4, 2023
1 parent eeb1310 commit 8eb4f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cheat-sheet/Network/curl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

curl -k https://example.com # Ignore SSL errors
curl -s https://example.com # Silence curl download infos, just content
curl -L https://example.com # Follow redirects
curl -X PUT --data-binary @myinput.json https://example.com/api/v1/endpoint # use data from file
Expand Down

0 comments on commit 8eb4f64

Please sign in to comment.