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