time curl bash code example
Example: how to get terminal http request time
curl -X POST -d @file server:port -w %{time_connect}:%{time_starttransfer}:%{time_total}
curl -X POST -d @file server:port -w %{time_connect}:%{time_starttransfer}:%{time_total}