2 Fork me on GitHub 6
摘要: 一、http请求简介 理解HTTP构建的网络应用只要关注两个端--客户端(client)和服务端(server),两个端的交互来自client的request,以及server端的response。所谓的http服务器,主要在于如何接受client的request,并向client返回respons 阅读全文
posted @ 2022-01-19 22:39 看见月亮的人 阅读(158) 评论(0) 推荐(0)