Add curl cmdline options

This commit is contained in:
2021-04-21 13:25:50 +02:00
parent 0b062dbbfd
commit 6e2aeab6aa
2 changed files with 10 additions and 0 deletions

9
curl.md Normal file
View File

@@ -0,0 +1,9 @@
# curl
## Useful cmdline options
| Option | Description |
|----------------|----------------------------------|
| `-H <HEADER>` | Set custom header. |
| `-L` | Follow redirects. |
| `-X <METHOD>` | Use `<METHOD>`, e.g. POST, PUT. |