摘要: http数据包格式及Java模拟http客户端发请求 不管什么请求请求头后面都要有两个\n换行 get请求的请求头Content-Length不为0时,请求数据包和POST差不多 post请求注意请求头Content-Length为body的长度 java socket发送和接收必须时不同的线程 如 阅读全文
posted @ 2022-12-22 10:18 明月心~ 阅读(513) 评论(0) 推荐(0)