curl
要么
curl <url> | dd bs=1 count=499
应该做
还有一些更简单的工具,可能具有更强大的可用性,例如
netcat host 80 <<"HERE" | dd count=499 of=output.fragmentGET /urlpath/query?string=more&bloddy=stuffHERE
要么
GET /urlpath/query?string=more&bloddy=stuff

curl
要么
curl <url> | dd bs=1 count=499
应该做
还有一些更简单的工具,可能具有更强大的可用性,例如
netcat host 80 <<"HERE" | dd count=499 of=output.fragmentGET /urlpath/query?string=more&bloddy=stuffHERE
要么
GET /urlpath/query?string=more&bloddy=stuff