# demo_httpserver **Repository Path**: tianqiu/demo_httpserver ## Basic Information - **Project Name**: demo_httpserver - **Description**: demo of simple http server by python - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # demo_httpserver demo of simple http server by python #demo demo(n)从简单到复杂逐步实现使用python搭建web服务器,myhttps为最终效果 #修改 由于python的ssl模块环境难以配置,去掉了之前的ssl,简化了大部份代码