# simple-http-server **Repository Path**: edfeff/simple-http-server ## Basic Information - **Project Name**: simple-http-server - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-22 - **Last Updated**: 2024-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Simple Http Server 一个基础的http服务器,解析了http协议,提供了Echo服务和基本的文件服务 ## 线程I/O模型 - 使用java的bio - 使用 request/thread 模式 # ref 1. https://www.rfc-editor.org/rfc/rfc2616 2. https://tomcat.apache.org/