Alex-Just
12/23/2016 - 1:29 PM

curl.sh

# curl via proxy with auth
curl -x proxy.com:8080 -U user:pass wtfismyip.com/json

# Response headers only
-I 

# Measure time
-w %{time_total}