如何使用

How to use

curl -sI "$HOST/" | grep -i ^location
curl -s -o /dev/null -w "%{http_code}\n" -X PUT --data-binary 'hello' "$HOST/scratch"
curl -s "$HOST/scratch?raw=1"