Skip to content

fairyrat/HttpServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Http服务器实现

基于python的简单服务器

  1. 接受静态请求,htmlpng等文件
  2. 接受动态请求,脚本类型为python
  3. 提供Session服务
  4. root是根目录,包含资源文件,脚本等
  5. 使用线程池来管理请求

About

简单Http服务器的实现

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 80.6%
  • HTML 19.4%