1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 16:55:34 +02:00

Update curl.md

This commit is contained in:
Bob Strecansky 2016-01-19 13:14:49 -05:00
parent a129e7c02e
commit 96fcae692b

View file

@ -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}}`