对于我的cURL测试,页面html溢出了cli缓冲区 – 使得很难找到相关信息。
我希望输出包括http响应代码,标题等 – 除了实际页面html之外的所有内容。
Unix的
curl -s -o /dev/null -v http://google.com
视窗
curl -s -o nul -v http://google.com