curlでHTTP Statusだけ取得するメモ

メモ

curl -s http://localhost:8080 -o /dev/null -w '%{http_code}\n'