python http.server module概述

翻译来自:https://docs.python.org/3.7/library/http.server.html

 

这个模块定义了实现HTTP服务器的类。

警告:不建议在生产环境中使用 http.server。它只实现基本的安全检查。

 

posted @ 2019-09-10 08:02  Daemonnnn  阅读(333)  评论(0)    收藏  举报