Command

curl

2 useful snippets found.

如何检查HTTP响应头

curl -I [URL]

如何使用curl发送JSON数据

curl -X POST -H "Content-Type: application/json" -d '{"key":"value"}' [URL]