mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 07:15:32 +02:00
Update curl.md
This commit is contained in:
parent
a129e7c02e
commit
96fcae692b
1 changed files with 3 additions and 0 deletions
|
@ -34,3 +34,6 @@
|
|||
- Retrieve verbose output for a cURL request:
|
||||
|
||||
`curl -v {{http://localhost}}`
|
||||
|
||||
- Retrieve super verbose output for a cURL request:
|
||||
`curl -vvv {{http://localhost}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue