Created
March 12, 2018 04:43
-
-
Save 2matzzz/e02a757469159f45a1cb74614cbd0a81 to your computer and use it in GitHub Desktop.
curl-format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
url_effective\t\t: %{url_effective}\n | |
http_code\t\t: %{http_code}\n | |
http_connect\t\t: %{http_connect}\n | |
time_total\t\t: %{time_total}\n | |
time_namelookup\t\t: %{time_namelookup}\n | |
time_connect\t\t: %{time_connect}\n | |
time_appconnect\t\t: %{time_appconnect}\n | |
time_pretransfer\t: %{time_pretransfer}\n | |
time_redirect\t\t: %{time_redirect}\n | |
time_starttransfer\t: %{time_starttransfer}\n | |
size_download\t\t: %{size_download}\n | |
size_upload\t\t: %{size_upload}\n | |
size_header\t\t: %{size_header}\n | |
size_request\t\t: %{size_request}\n | |
speed_download\t\t: %{speed_download}\n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment