# r-httpserver **Repository Path**: dh137960391/r-httpserver ## Basic Information - **Project Name**: r-httpserver - **Description**: 用C语言来编写一个简单的http服务器,用来说明web服务器的通讯本质 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 用C来实现一个简单的web服务器 ## 使用方法 send_http.c 是客户端,simpleServer.c 是服务端。客户端发送http请求,服务端对Http请求做出简单响应