python下的web服务器模块
摘要:
python下的web服务模块有三种: BaseHTTPServer: 提供基本的Web服务和处理器类,分别是HTTPServer和BaseHTTPRequestHandler SimpleHTTPServer: 包含执行GET和HEAD请求的SimpleHTTPRequestHandler类 ... 阅读全文
posted @ 2015-06-18 19:54 阳台 阅读(2287) 评论(0) 推荐(0)