http响应请求

HTTP/1.1 404
Connection: keep-alive
Date: Mon, 21 Dec 2020 07:52:52 GMT
Keep-Alive: timeout=4
Proxy-Connection: keep-alive
Content-Length: 0
当使用Keep-Alive模式(又称持久连接、连接重用)时,Keep-Alive功能使客户端到服 务器端的连接持续有效,当出现对服务器的后继请求时,Keep-Alive功能避免了建立或者重新建立连接。
返回404,表示资源不在被请求服务器上;Connection: keep-alive 表示是持久性连接;Content-Length: 0 表示没有消息主体。
posted @ 2022-06-13 16:33  老运维  阅读(105)  评论(0)    收藏  举报