How do I download multiple files using one HTTP 1.1 request

十年热恋 提交于 2021-01-28 18:59:48

问题


Using nc, I was able to download one file with:

GET /index.html HTTP/1.1
Host: {insert host name}

But I can't figure out how to download multiple files in one request

来源:https://stackoverflow.com/questions/60562065/how-do-i-download-multiple-files-using-one-http-1-1-request

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!