python自带的web服务器

python自带的web服务器

python自带的包可以建立简单的web服务器

BaseHTTPServer 提供基本的web服务和处理类
SimpleHTTPServer 包含执行get请求的SimpleHTTPRequestHandler类
CGIHTTPServer 包含处理POST请求和执行的CGIHTTPRequestHandler类 执行语句:python -m CGIHTTPServer 8081
上一篇:Python+Flask+MysqL的web技术建站过程


下一篇:python超简单的web服务器