# HttpServer **Repository Path**: li-zonghan11466/http-server ## Basic Information - **Project Name**: HttpServer - **Description**: HTTP 服务器通过线程池高效处理并发连接,解析浏览器发来的 HTTP 请求并构建 HTTP 响应,通过 CGI 机制接收用户上传的信息并调用外部程序进行处理,提供登录、注册、发布文章、搜索文章及评论文 章功能,通过 Cookie 与 Session 机制实现用户的会话管理,项目采用数据库进行数据持久化存储。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-12-10 - **Last Updated**: 2024-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HttpServer # 介绍 HTTP 服务器通过线程池高效处理并发连接,解析浏览器发来的 HTTP 请求并构建 HTTP 响应,通过 CGI 机制接收用户上传的信息并调用外部程序进行处理,提供登录、注册、发布文章、搜索文章及评论文 章功能,通过 Cookie 与 Session 机制实现用户的会话管理,项目采用数据库进行数据持久化存储。 # 功能模块 ![输入图片说明](webroot/static/images/runTest/moduleimage.png) # 登陆界面 ![输入图片说明](webroot/static/images/runTest/loginimage-20241206095737311.png) # 主界面 ![输入图片说明](webroot/static/images/runTest/runTestimage-20241206095757186.png) # 搜索文章 ![输入图片说明](webroot/static/images/runTest/runTestimage-20241206095810594.png) # 查看文章 ![输入图片说明](webroot/static/images/runTest/runTestimage-20241206095833393.png) # 发布文章 ![输入图片说明](webroot/static/images/runTest/runTestimage-20241206095844961.png) # 服务端运行日志 ![输入图片说明](webroot/static/images/runTest/runTestimage-20241206100110719.png) # 报文解析日志 ![输入图片说明](webroot/static/images/runTest/runTestimage-20241206100137070.png)